-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.51 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mangrove",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www --exec babel-node",
"lint": "./node_modules/.bin/eslint bin middleware routes tasks; exit 0",
"fix": "./node_modules/.bin/eslint --fix bin middleware routes tasks; exit 0",
"updateImages": "node tasks/updateImages",
"updateLocations": "node_modules/babel-cli/bin/babel-node.js tasks/updateLocations.js",
"web": "nodemon ./bin/www --exec babel-node"
},
"dependencies": {
"@google/maps": "^0.4.5",
"airtable": "^0.4.3",
"async-foreach": "^0.1.3",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "~1.15.2",
"cache-manager": "^2.7.0",
"cache-manager-redis": "^0.5.0",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"express": "~4.14.0",
"googleapis": "^14.1.0",
"jade": "~1.11.0",
"mdi": "^2.1.19",
"morgan": "~1.7.0",
"node-sass": "4.8.3",
"node-sass-middleware": "^0.11.0",
"nodemon": "^1.15.0",
"passport": "^0.4.0",
"passport-slack": "0.0.7",
"redis": "^2.8.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}