-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1012 Bytes
/
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
{
"name": "sample",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "grunt"
},
"engine": "node 6.0.0",
"dependencies": {
"body-parser": "~1.13.2",
"co": "^4.6.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"lodash": "^4.11.2",
"mongoose": "^4.4.11",
"mongoose-class-wrapper": "^0.7.0",
"mongoose-paginate": "^5.0.0",
"mongoose-timestamp": "^0.5.0",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"serve-favicon": "~2.3.0",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"envify": "^3.4.0",
"foundation-sites": "^6.2.1",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.1.0",
"uglifyify": "^3.0.1"
}
}