UNPKG

dotup-node-geocoder

Version:

Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise

65 lines (64 loc) 1.39 kB
{ "name": "dotup-node-geocoder", "version": "3.25.0", "description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint lib", "ci": "npm run lint && npm run test" }, "repository": { "type": "git", "url": "https://github.com/dotupNET/dotup-node-geocoder.git" }, "keywords": [ "geocoder", "geocoding", "geo", "google", "maps", "mapquest", "agol", "arcgis", "tomtom" ], "author": "nchaulet", "license": "MIT", "bugs": { "url": "https://github.com/nchaulet/node-geocoder/issues" }, "dependencies": { "bluebird": "^3.5.2", "request": "^2.88.0", "request-promise": "^4.2.2" }, "devDependencies": { "chai": "^3.5.0", "jest": "^21.2.1", "eslint": "^3.11.0", "sinon": "^1.17.3" }, "eslintConfig": { "env": { "node": true }, "rules": { "strict": 0, "quotes": [ 1, "single" ], "no-console": 1, "camelcase": 0, "no-underscore-dangle": 0, "no-shadow": 0, "no-multi-spaces": 0, "eqeqeq": 0, "key-spacing": 0, "comma-spacing": 0, "no-unreachable": 1 } } }