-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 991 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
37
38
39
40
41
42
43
44
{
"name": "bigpipe.js",
"version": "0.9.4",
"description": "The client-side library which is used in BigPipe to orchestrate the pagelets.",
"main": "index.js",
"scripts": {
"prepublish": "browserify bigpipe.js -o dist/bigpipe.js --standalone BigPipe"
},
"repository": {
"type": "git",
"url": "git://github.com/bigpipe/bigpipe.js.git"
},
"keywords": [
"BigPipe",
"pipe",
"pagelet",
"orchestrate",
"browserify"
],
"dependencies": {
"async-asset": "0.0.x",
"demolish": "1.0.x",
"eventemitter3": "0.1.x",
"fittings": "1.2.x",
"fortress": "0.0.x",
"modification": "1.0.x",
"one-time": "0.0.x",
"parsifal": "0.0.x"
},
"pre-commit": [
"prepublish",
"test"
],
"devDependencies": {
"assume": "1.1.x",
"browserify": "9.0.x"
},
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigpipe/bigpipe.js/issues"
},
"homepage": "http://bigpipe.io"
}