forked from derbyjs/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.3.13",
"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.0",
"html-util": ">=0.1.3",
"tracks": ">=0.1.10",
"racer": "git://github.com/codeparty/racer#master",
"chokidar": ">=0.2.6",
"stylus": ">=0.25.0",
"less": ">=1.3.0",
"nib": ">=0.4.1",
"commander": ">=0.5.2",
"mkdirp": ">=0.3.3",
"up": ">=0.1.4",
"MD5": "1.0.1"
},
"engines": {
"node": ">=0.6.0"
},
"devDependencies": {
"coffee-script": ">=1.3.1"
},
"optionalDependencies": {}
}