-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 885 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
{
"name": "d3-demo",
"description": "D3 Demonstration App",
"version": "1.0.0",
"engines": {
"node": "0.10.31"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "4.8.5",
"body-parser": "^1.5.2",
"errorhandler": "^1.1.1",
"method-override": "^2.1.2",
"morgan": "^1.2.2",
"serve-favicon": "^2.0.1"
},
"devDependencies": {
"tmp": "0.0.23",
"bower": "1.3.9",
"grunt": "0.4.5",
"grunt-bower-task": "~0.3.4",
"grunt-concurrent": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-nodemon": "~0.1.2",
"grunt-shell-spawn": "~0.3.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.3",
"grunt-string-replace": "0.2.7"
}
}