-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
45 lines (45 loc) · 1016 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "agsout",
"engines": {
"node": ">=6.0 <7.0"
},
"homepage": "https://github.com/tannerjt/AGStoShapefile",
"version": "1.0.4",
"description": "Converts ArcGIS Server Map Service to Shapefile",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type" : "git",
"url" : "https://github.com/tannerjt/AGStoShapefile"
},
"bin": {
"agsout": "./index.js"
},
"keywords": [
"ArcGIS",
"Server",
"JSON",
"Shapefile",
"Open",
"Download"
],
"author": "Joshua Tanner",
"license": "ISC",
"dependencies": {
"JSONStream": "^1.3.5",
"combined-stream": "^1.0.7",
"commander": "^2.19.0",
"esri2geo": "^0.1.3",
"geojson-stream": "0.0.1",
"lodash": "^4.17.11",
"merge2": "^1.2.3",
"ogr2ogr": "^0.5.1",
"query-string": "^3.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"terraformer-arcgis-parser": "^1.1.0"
}
}