-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "pocketdoug",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"postinstall": " yes | bower install && grunt bower_concat"
},
"dependencies": {
"body-parser": "~1.4.3",
"bower": "^1.3.12",
"compression": "~1.0.8",
"cookie-parser": "~1.3.2",
"express": "~4.2.0",
"glob": "~4.0.5",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.3.0",
"grunt-cli": "^0.1.13",
"jade": "~1.3.0",
"load-grunt-tasks": "^0.6.0",
"method-override": "~2.1.1",
"mongodb": "~1.4.29",
"mongoose": "~3.8.12",
"morgan": "~1.1.1",
"request": "~2.36.0",
"serve-favicon": "~2.0.1",
"time-grunt": "^1.0.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "~0.4.5",
"grunt-bower-concat": "^0.3.0",
"grunt-bower-install-simple": "^1.0.3",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-develop": "~0.4.0",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.3.2"
}
}