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
34 lines (34 loc) · 770 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 770 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
30
31
32
33
34
{
"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.5.10",
"main": "./lib/index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"browserify": "~2.14.2",
"uglify-js": "2.x",
"node-uuid": "1.x",
"share": "0.7.x",
"deep-is": "~0.1.1",
"arraydiff": "~0.1.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"mocha": "~1.9.0",
"expect.js": "~0.2.0",
"coffee-script": "~1.6.2",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.0"
}
}