forked from socketstream/socketstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 KB
/
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
34
35
36
37
38
39
40
{
"name": "socketstream",
"description": "A fast, modular Node.js framework dedicated to building realtime single-page apps",
"version": "0.3.0beta2",
"homepage": "http://www.socketstream.org",
"author": "Owen Barnes <owen@socketstream.org>",
"repository": {
"type": "git",
"url": "https://github.com/socketstream/socketstream"
},
"contributors": [
"Paul Jensen",
"Alan Milford",
"Addy Osmani"
],
"dependencies": {
"colors": "= 0.6.0-1",
"commander": "= 0.5.2",
"eventemitter2": "= 0.4.9",
"apitree": "= 1.0.0",
"uglify-js": "= 1.2.6",
"semver": "= 1.0.13",
"socket.io": "= 0.9.5",
"redis": "= 0.7.1",
"connect": "= 2.0.3",
"connect-redis": "= 1.3.0"
},
"devDependencies": {
"coffee-script": "= 1.2.0",
"mocha": "= 1.0.0",
"should": "= 0.6.0"
},
"scripts": {
"test": "make test"
},
"directories": { "lib": "./lib", "doc": "./doc" },
"main": "./index.js",
"engines": { "node": ">= 0.6.0 < 0.7.0" },
"bin": { "socketstream": "./bin/socketstream" }
}