forked from derbyjs/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 963 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
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.6.0-alpha30",
"homepage": "http://derbyjs.com/",
"repository": {
"type": "git",
"url": "https://github.com/codeparty/derby.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/all/*.mocha.js; ./node_modules/.bin/jshint lib/*.js test/*.js"
},
"dependencies": {
"derby-parsing": "^0.3.2",
"derby-templates": "^0.2.3",
"html-util": "~0.2.1",
"tracks": "^0.5.0",
"racer": ">=0.6.0-alpha20 <0.6.0-alpha3 || >=0.6.0-alpha30 <0.6.0-alpha4",
"chokidar": "~0.8.1",
"through": "~2.3.4",
"resolve": "^0.6.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"express": "^4.10.2",
"jshint": "^2.5.10",
"mocha": "^2.0.1",
"browserify": "^6.3.2"
},
"optionalDependencies": {},
"engines": {}
}