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
|
{
"name": "yeoman3",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.4.5",
"serve-favicon": "~2.0.1",
"morgan": "~1.1.1",
"cookie-parser": "~1.3.2",
"body-parser": "~1.4.3",
"debug": "~1.0.2",
"ejs": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-develop": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"request": "~2.36.0",
"time-grunt": "~0.3.2",
"load-grunt-tasks": "~0.6.0"
}
}
|