-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 982 Bytes
/
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
{
"name": "socketstream-0.4",
"description": "A fast, streaming Node.js framework dedicated to building realtime single-page apps",
"version": "0.4.0experimental7",
"homepage": "http://www.socketstream.org",
"author": "Owen Barnes <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/socketstream/socketstream-0.4"
},
"contributors": [
"Paul Jensen",
"Alan Milford",
"Addy Osmani",
"nponeccop",
"Gilbert B Garza",
"Craig Jordan Muir",
"David Rosen",
"Michael Lawson"
],
"dependencies": {
"colors": "= 0.6.x",
"filed": "= 0.0.x",
"browserify": "= 2.5.1",
"prism": "= 0.0.1"
},
"devDependencies": {
"mocha": "= 1.2.1",
"should": "= 0.6.3"
},
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"main": "./index.js",
"engines": { "node": ">= 0.8.0" }
}