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
41 lines (41 loc) · 985 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 985 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
35
36
37
38
39
40
41
{
"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.3.11",
"main": "./lib/racer.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"socket.io": ">=0.9.6",
"socket.io-client": ">=0.9.6",
"es5-shim": ">=1.2.10",
"browserify": ">=1.13.3",
"uglify-js": ">=1.3.1",
"share": "0.4.1",
"node-uuid": "1.3.3",
"hooks": "0.2.1",
"colors": "git://github.com/Marak/colors.js.git#master",
"connect": "2.x",
"debug": "*"
},
"devDependencies": {
"mocha": ">=0.9.0",
"expect.js": ">=0.1.2",
"sinon": "1.3.x",
"coffee-script": "1.3.x",
"console.color": ">=0.0.4",
"racer-journal-redis": "*",
"racer-pubsub-redis": "*",
"racer-db-mongo": "*"
},
"engines": {
"node": ">=0.4.0"
},
"optionalDependencies": {}
}