forked from derbyjs/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.9.7",
"homepage": "http://derbyjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/derby.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/all/*.mocha.js; ./node_modules/.bin/jshint lib/*.js test/*.js"
},
"dependencies": {
"chokidar": "^1.2.0",
"derby-parsing": "^0.5.0",
"derby-templates": "^0.4.0",
"html-util": "^0.2.1",
"racer": "^0.9.0",
"resolve": "^1.1.6",
"through": "^2.3.4",
"tracks": "^0.5.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"express": "^4.13.3",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"browserify": "^11.2.0"
},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/derbyjs/derby/issues"
},
"directories": {
"doc": "docs",
"test": "test"
},
"author": "Nate Smith",
"license": "MIT"
}