-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 916 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
{
"name": "secretcowlevel",
"description": "template",
"author": "[email protected]",
"private": "true",
"dependencies": {
"body-parser": "^1.12.0",
"colors": "^1.0.3",
"connect-flash": "^0.1.1",
"ejs": "~2.2.4",
"express": "~4.11.2",
"express-session": "^1.10.3",
"mongoose": "~3.8.23",
"newrelic": "~1.16.2",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"serve-static": "^1.9.1",
"underscore": "~1.8.0"
},
"version": "0.3.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower": "~0.17.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "~0.12.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.4.19",
"grunt-jsbeautifier": "~0.2.8",
"grunt-notify": "~0.4.1",
"load-grunt-tasks": "~3.1.0"
}
}