forked from bigpipe/bigpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "bigpipe",
"version": "0.0.7",
"description": "Bigpipe a radical new web framework for Node.js that's inspired by Facebook's bigpipe concept.",
"main": "index.js",
"engine": "node >= 0.10.0",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
},
"pre-commit": [
"compile",
"test"
],
"dependencies": {
"async": "~0.2.10",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"eventemitter3": "~0.1.1",
"expirable": "~0.0.6",
"formidable": "~1.0.14",
"fusing": "~0.0.0",
"json-stringify-safe": "~5.0.0",
"mkdirp": "~0.3.5",
"pagelet": "~0.0.0",
"pipe.js": "~0.0.0",
"primus": "~1.5.2",
"routable": "0.0.2",
"smithy": "~0.3.1",
"substream": "~0.0.2",
"temper": "~0.1.4",
"trailers": "~0.0.1",
"ws": "~0.4.31"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.17.1",
"pre-commit": "~0.0.4",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/bigpipe/bigpipe.git"
},
"bugs": {
"url": "https://github.com/bigpipe/bigpipe/issues"
},
"keywords": [
"pagelet",
"pagelets",
"realtime",
"real-time",
"framework",
"modular",
"bigpipe"
],
"author": "Arnout Kazemier",
"license": "MIT",
"homepage": "http://bigpipe.io"
}