forked from socketstream/socketstream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "socketstream",
"description": "A phenomenally fast real-time web framework for Node.js",
"version": "0.2.2",
"homepage": "http://www.socketstream.org",
"author": "Owen Barnes <[email protected]>",
"contributors": [
"Paul Jensen <[email protected]>",
"Alan Milford <[email protected]>",
"Addy Osmani <[email protected]>"
],
"dependencies": {
"coffee-script": "= 1.1.2",
"socket.io": "= 0.8.4",
"redis": "= 0.6.7",
"connect": "= 1.7.0",
"jade": "= 0.14.2",
"stylus": "= 0.15.1",
"uglify-js": "= 1.0.6",
"argsparser": "= 0.0.6",
"semver": "= 1.0.8"
},
"devDependencies": {
"zmq": "= 1.0.2",
"hiredis": "= 0.1.12"
},
"directories": { "lib": "./lib", "doc": "./doc" },
"main": "./lib/socketstream.js",
"engines": { "node": ">= 0.4.0 < 0.5.0" },
"bin": { "socketstream": "./bin/socketstream" }
}