-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.05 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
42
43
44
45
46
47
48
{
"name": "into-cartodb",
"version": "3.3.4",
"description": "for streaming arbitrarily sized streams into cartodb",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"bin": {
"in2cartodb": "./bin.js",
"into-cartodb": "./bin.js"
},
"keywords": [
"cartodb",
"stream",
"import",
"geo",
"geospatial",
"gis"
],
"author": "Calvin W. Metcalf <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^2.10.0",
"carto-copy-stream": "^1.0.0",
"cartodb-tools": "^2.11.1",
"cartodb-uploader": "^2.1.0",
"colors": "^1.1.2",
"debug": "^2.2.0",
"duplexify": "^3.4.2",
"first-n-stream": "^2.0.0",
"inherits": "^2.0.1",
"jsonstream3": "^3.0.0",
"once": "^1.3.2",
"pg-escape": "^0.1.0",
"readable-stream": "^2.0.2",
"to-geojson-stream": "^1.0.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"tap-nyan": "0.0.2",
"tape": "^4.2.0"
},
"repository": {
"type": "git",
"url": "[email protected]:appgeo/into-cartodb.git"
}
}