forked from fabiocaseri/dashing-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "dashing-js",
"description": "Port of Dashing to node.js",
"author": "Fabio Caseri <[email protected]> (http://www.fabiocaseri.com)",
"version": "0.1.5",
"license": "MIT",
"dependencies": {
"async": "~0.2.7",
"coffee-script": "~1.6.2",
"commander": "~2.1.0",
"consolidate": "~0.10.0",
"ejs": "~0.8.3",
"express": "~3.4.6",
"express-ejs-layouts": "~0.3.1",
"fs-extra": "~0.8.1",
"jade": "~0.35.0",
"mincer": "~0.5.12",
"node-sass": "~0.7.0",
"node-schedule": "~0.1.8",
"prompt": "~0.2.11",
"request": "~2.30.0",
"unzip": "~0.1.7",
"walker": "~1.0.3",
"winston": "~0.7.1"
},
"devDependencies": {
"ejs": "*",
"jade": "*",
"mocha": "*",
"should": "*"
},
"keywords": [
"dashing",
"dashboard",
"web"
],
"repository": "git://github.com/fabiocaseri/dashing-js",
"main": "index",
"bin": {
"dashing-js": "./bin/dashing-js"
},
"scripts": {
"test": "make test"
},
"engine": "node >= 0.10"
}