geocoder-arcgis
Version:
JavaScript wrapper for the ESRI ArcGIS geocoder
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "geocoder-arcgis",
"description": "JavaScript wrapper for the ESRI ArcGIS geocoder",
"main": "./dist/index.js",
"version": "2.0.5",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/StephanGeorg/geocoder-arcgis.git"
},
"scripts": {
"test": "make test",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"dependencies": {
"es6-promise": "^4.1.1",
"fetch-everywhere": "^1.0.5",
"form-data": "^2.3.1",
"lodash.get": "^4.4.2",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"mocha": "*",
"should": "*",
"when": "*"
},
"keywords": [
"esri",
"arcgis",
"geocoder",
"api",
"geo",
"maps",
"geolocation"
],
"author": "Stephan Georg <s.georg@nearest.place>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StephanGeorg/geocoder-arcgis/issues"
},
"tonicExampleFilename": "example/example.js"
}