-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 724 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 724 Bytes
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
{
"name": "trello",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"nib": "^1.1.2",
"serve-favicon": "~2.4.5",
"stylus": "^0.54.5"
},
"devDependencies": {
"body-parser": "^1.18.2",
"express": "^4.15.5",
"grunt": "^1.0.1",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-uglify": "^3.2.1",
"grunt-contrib-watch": "^1.0.0",
"nodemon": "^1.12.5",
"underscore": "^1.8.3",
"underscore-express": "^1.0.1"
}
}