{
  "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"
  }
}
