forked from derbyjs/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 874 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
37
38
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.5.9",
"homepage": "http://derbyjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/codeparty/derby.git"
},
"main": "./lib/derby.js",
"bin": {
"derby": "./bin/derby"
},
"dependencies": {
"dom-shim": "~0.1.1",
"html-util": "~0.1.5",
"tracks": "~0.3.2",
"racer": "0.5.9",
"chokidar": "~0.6.2",
"stylus": "~0.32.1",
"less": "~1.3.3",
"nib": "~0.9.1",
"commander": "~1.1.1",
"mkdirp": "~0.3.5",
"MD5": "~1.0.1",
"async": "~0.2.8"
},
"devDependencies": {
"coffee-script": "*",
"expect.js": "*",
"mocha": "*",
"sinon": "*"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.0"
}
}