-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "pull-lend-stream",
"version": "1.2.2",
"description": "A refinement of the parallel map module for dynamic, unbounded, and fault-tolerant parallel processing.",
"main": "src/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "tape test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elavoie/pull-lend-stream.git"
},
"keywords": [
"pull-stream",
"fault-tolerant",
"distributed"
],
"author": "Erick Lavoie",
"license": "MIT",
"bugs": {
"url": "https://github.com/elavoie/pull-lend-stream/issues"
},
"homepage": "https://github.com/elavoie/pull-lend-stream#readme",
"devDependencies": {
"async.util.setimmediate": "^0.5.2",
"minimist": "^1.2.0",
"pull-eager-buffer": "^1.0.3",
"pull-limit": "^1.0.1",
"pull-stream": "^3.5.0",
"pull-stream-protocol-checker": "^1.2.0",
"tape": "^4.6.3"
},
"dependencies": {
"debug": "^2.6.3",
"pull-lend": "^2.1.6"
}
}