reverse-geocoding
Version:
Reverse Geocoding for a Latitude and Longitude by Async.
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "reverse-geocoding",
"version": "3.0.2",
"description": "Reverse Geocoding for a Latitude and Longitude by Async.",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "./node_modules/.bin/eslint ./src --fix",
"build": "babel ./src -d lib --source-maps"
},
"keywords": [
"geocoding",
"reverse",
"gps"
],
"homepage": "https://github.com/zhso/reverse-geocoding",
"repository": {
"type": "git",
"url": "https://github.com/zhso/reverse-geocoding.git"
},
"bugs": {
"url": "https://github.com/zhso/reverse-geocoding/issues",
"email": "s@zhso.net"
},
"author": "s@zhso.net",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"istanbul": "^0.4.5"
},
"dependencies": {
"eslint": "^6.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"mocha": "^6.2.0",
"request": "^2.83.0"
}
}