-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 860 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 860 Bytes
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
{
"name": "planet-stream",
"version": "0.4.0",
"description": "Join OSM metadata and data in one stream",
"main": "index.js",
"scripts": {
"start": "bin/planet-stream.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"osm",
"openstreetmap",
"stream"
],
"bin": {
"planet-stream": "bin/planet-stream.js"
},
"author": "Development Seed",
"license": "BSD-3-Clause",
"dependencies": {
"chance": "^0.8.0",
"ioredis": "^1.7.5",
"kefir": "3.2.0",
"kue": "^0.11.1",
"log": "^1.4.0",
"minimist": "^1.2.0",
"moment": "^2.11.1",
"node-expat": "2.3.10",
"ramda": "0.19.1",
"request": "^2.61.0",
"request-promise": "2.0.0",
"shortid": "^2.2.2",
"through": "^2.3.8"
},
"devDependencies": {
"split": "^1.0.0",
"through": "^2.3.8"
}
}