-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 838 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 838 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
32
33
34
35
36
37
38
{
"name": "dashing-node",
"description": "boilerplate dashing dashboard",
"repository" : {
"type": "git",
"url": "https://github.com/zandt/dashing.zandt.co"
},
"author": "Truong Nguyen",
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "~0.2.7",
"coffee-script": "~1.6.2",
"commander": "~1.1.1",
"consolidate": "~0.9.0",
"ejs": "~0.8.3",
"express": "~3.2.0",
"express-ejs-layouts": "~0.3.1",
"fs-extra": "~0.6.0",
"jade": "~0.29.0",
"mincer": "~0.4.5",
"node-sass": "0.5.2",
"node-schedule": "~0.1.8",
"request": "~2.20.0",
"unzip": "~0.1.7",
"walker": "~1.0.3",
"winston": "~0.7.1"
},
"devDependencies": {
"jade": "*",
"mocha": "*",
"should": "*"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.11"
}
}