UNPKG

arcgis-api-client

Version:

ArcGIS Server REST API client module for Node.js

55 lines (54 loc) 1.23 kB
{ "name": "arcgis-api-client", "version": "1.0.1", "description": "ArcGIS Server REST API client module for Node.js", "main": "index.js", "scripts": { "eslint": "eslint lib/", "compile": "babel --presets es2015,stage-0 -d src/ lib/" }, "repository": { "type": "git", "url": "git+https://github.com/IAlexandr/arcgis-rest-client.git" }, "keywords": [ "Esri", "ArcGIS", "Server", "Auth", "Authentication", "Identify", "Token", "FeatureService", "REST", "API", "Data", "Client", "Attachments", "CRUD", "JSON", "Promise" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/IAlexandr/arcgis-rest-client/issues" }, "homepage": "https://github.com/IAlexandr/arcgis-rest-client#readme", "dependencies": { "body-parser": "^1.15.0", "debug": "^2.2.0", "request": "^2.71.0", "superagent": "^1.8.3", "superagent-proxy": "^1.0.0", "urlencode": "^1.1.0" }, "devDependencies": { "babel-cli": "^6.7.5", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "eslint": "^1.10.3", "eslint-config-airbnb": "^5.0.0", "pre-commit": "^1.1.2" } }