forked from solita/perfgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "perfgraph",
"version": "1.0.0",
"private": true,
"dependencies": {
"coffee-script": "~1.7.1",
"d3": "~3.4.2",
"express": "~3.4.8",
"lodash": "~2.4.1",
"moment": "~2.5.1",
"mongodb": "~1.4.7",
"q": "~1.0.0",
"request": "~2.34.0",
"socket.io": "~0.9.16",
"xml2js": "~0.4.1"
},
"engines": {
"node": "~0.8.x"
},
"devDependencies": {
"express-livereload": "0.0.24",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-jade": "~0.10.0",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-watch": "~0.5.3",
"nodemon": "~1.0.17"
},
"scripts": {
"build-client": "grunt coffee jade stylus",
"grunt": "grunt",
"dev-start": "nodemon --watch server --watch server.coffee server.coffee"
}
}