forked from mapbox/tile-reduce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 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
{
"name": "json-stream-reduce",
"version": "1.0.1",
"description": "Based on Mapbox's tile-reduce, a framework for map-reduce jobs in Node from streaming input",
"main": "src/index.js",
"dependencies": {
"binary-split": "^1.0.3",
"child_process": "^1.0.2",
"events": "^3.0.0",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"queue-async": "^1.2.1",
"stream-array": "^1.1.2",
"vm": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenningsanderson/stream-reduce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jenningsanderson/stream-reduce/issues"
},
"homepage": "https://github.com/jenningsanderson/stream-reduce#readme"
}