-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "foodradar",
"version": "0.0.1",
"description": "Trying to gather data from multiple food delivery apps via a simple API (Foodora, Deliveroo, ...)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "export NODE_ENV=dev && node webpack.js --watch",
"build": "export NODE_ENV=dev && node webpack.js --compile"
},
"repository": {
"type": "git",
"url": "https://github.com/Coriou/FoodRadar"
},
"author": "Coriou",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.0",
"json-loader": "^0.5.4",
"node-geocoder": "^3.18.0",
"request": "^2.81.0",
"sanitize-filename": "^1.6.1",
"tough-cookie-filestore": "0.0.1",
"webpack": "^3.0.0",
"webpack-node-externals": "^1.6.0",
"webpack-source-map-support": "^1.0.3"
}
}