forked from bigpipe/bigpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.69 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
61
62
63
64
65
{
"name": "bigpipe",
"version": "0.7.3",
"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": "NODE_ENV=test ./node_modules/.bin/mocha $(find test -name '*.test.js')",
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $(find test -name '*.test.js') --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage"
},
"pre-commit": [
"compile",
"test"
],
"dependencies": {
"async": "0.9.x",
"create-server": "0.0.x",
"diagnostics": "0.0.x",
"ejs": "1.0.x",
"eventemitter3": "0.1.x",
"expirable": "0.1.x",
"fabricator": "0.4.x",
"formidable": "1.0.x",
"fusing": "0.3.x",
"mkdirp": "0.5.x",
"pagelet": "0.7.x",
"bigpipe.js": "0.7.x",
"primus": "2.3.x",
"routable": "0.0.x",
"smithy": "0.5.x",
"substream": "0.1.x",
"temper": "0.2.x",
"trailers": "0.0.x",
"ws": "0.4.x"
},
"devDependencies": {
"chai": "1.9.x",
"coveralls": "2.10.x",
"istanbul": "0.2.x",
"mocha": "1.18.x",
"mocha-lcov-reporter": "0.0.x",
"pre-commit": "0.0.x",
"sinon": "1.9.x",
"sinon-chai": "2.5.x"
},
"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"
}