forked from fabiocaseri/dashing-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
47
48
49
50
51
{
"name": "dashing-js",
"description": "Port of Dashing to node.js",
"author": "Fabio Caseri <[email protected]> (http://www.fabiocaseri.com)",
"version": "0.1.6-1",
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.0",
"coffee-script": "^1.10.0",
"commander": "^2.8.1",
"compression": "^1.5.2",
"consolidate": "^0.13.1",
"ejs": "^2.3.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-ejs-layouts": "^1.1.0",
"fs-extra": "^0.24.0",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"mincer": "^1.3.1",
"morgan": "^1.6.1",
"node-sass": "^3.3.3",
"node-schedule": "^0.2.9",
"prompt": "^0.2.14",
"request": "^2.64.0",
"unzip": "^0.1.11",
"walker": "^1.0.7",
"winston": "^1.0.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"
}