package.json

21 lines | 447 B Blame History Raw Download
{
  "name": "backuparcgis",
  "version": "1.0.0",
  "engines": {
    "node": ">8.9.0"
  },
  "description": "Async module to backup content from ArcGIS Online hosted feature services.",
  "main": "index.js",
  "bin": {
    "backuparcgis": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Joshua Tanner (@Tanner_GEO)",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0"
  }
}