-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
34 lines (34 loc) · 882 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
{
"name": "stream-handbook",
"version": "1.0.0",
"description": "node-stream点滴积累",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zoubin/stream-handbook.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoubin/stream-handbook/issues"
},
"homepage": "https://github.com/zoubin/stream-handbook#readme",
"dependencies": {
"JSONStream": "^1.0.7",
"ansi-escape": "^1.1.0",
"browserify": "^13.0.0",
"concat-stream": "^1.5.1",
"del": "^2.2.0",
"duplexer2": "^0.1.4",
"gulp": "^3.9.0",
"labeled-stream-splicer": "^2.0.0",
"merge-stream": "^1.0.0",
"morse": "^0.1.0",
"shasum": "^1.0.2",
"sink-transform": "^1.0.0",
"split2": "^1.1.1",
"stream-combiner2": "^1.1.1",
"stream-splicer": "^2.0.0",
"through2": "^2.0.0"
}
}