derby
Version:
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.
35 lines (34 loc) • 809 B
JSON
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.3.12",
"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.5",
"racer": "0.3.12",
"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"
},
"engines": {
"node": ">=0.6.0"
},
"devDependencies": {
"coffee-script": ">=1.3.1"
},
"optionalDependencies": {}
}