forked from derbyjs/racer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 698 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 698 Bytes
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
{
"name": "racer",
"description": "Realtime model synchronization engine for Node.js",
"homepage": "http://racerjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/codeparty/racer.git"
},
"version": "0.6.0",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/**/*.mocha.js && ./node_modules/.bin/jshint lib/*.js lib/**/*.js"
},
"dependencies": {
"arraydiff": "^0.1.1",
"deep-is": "^0.1.3",
"uuid": "^2.0.1",
"sharedb": "^0.8.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.0"
}
}