forked from socketstream/socketstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
41
42
43
44
45
46
47
{
"name": "socketstream",
"description": "A fast, modular Node.js framework dedicated to building realtime single-page apps",
"version": "0.3.4",
"homepage": "http://www.socketstream.org",
"author": "Owen Barnes <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/socketstream/socketstream"
},
"contributors": [
"Paul Jensen",
"Alan Milford",
"Addy Osmani",
"nponeccop",
"Gilbert B Garza",
"Craig Jordan Muir",
"David Rosen",
"Michael Lawson"
],
"dependencies": {
"colors": "= 0.6.0-1",
"commander": "= 0.6.1",
"eventemitter2": "= 0.4.9",
"apitree": "= 1.1.0",
"uglify-js": "= 1.3.3",
"clean-css": "= 0.4.2",
"semver": "= 1.0.14",
"redis": "= 0.8.1",
"connect": "= 2.4.5",
"connect-redis": "= 1.4.4",
"chokidar": "= 0.4.0",
"engine.io": "= 0.3.10"
},
"devDependencies": {
"coffee-script": "= 1.3.3",
"mocha": "= 1.2.1",
"should": "= 0.6.3"
},
"scripts": {
"test": "make test"
},
"directories": { "lib": "./lib", "doc": "./doc" },
"main": "./index.js",
"engines": { "node": ">= 0.6.0" },
"bin": { "socketstream": "./bin/socketstream" }
}