UNPKG

geo-nearby

Version:

Uber fast nearby locations search by coordinates. Supports GeoJSON.

57 lines (56 loc) 1.32 kB
{ "name": "geo-nearby", "author": "Alexey Bystrov <strikeentco@gmail.com>", "version": "2.0.1", "description": "Uber fast nearby locations search by coordinates. Supports GeoJSON.", "engines": { "node": ">=4.0.0" }, "keywords": [ "geo nearby", "geolocation", "geo", "nearby", "proximity", "locations", "places", "spatial index", "geohash", "2D spatial index", "spatial", "index", "geojson" ], "main": "./main.js", "files": [ "lib", "main.js" ], "scripts": { "test": "mocha test", "lint": "eslint main.js lib/**", "check": "npm run lint && npm run test", "cover": "istanbul cover ./node_modules/mocha/bin/_mocha", "test-on-travis": "istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha" }, "repository": { "type": "git", "url": "git+https://github.com/strikeentco/geo-nearby.git" }, "bugs": { "url": "https://github.com/strikeentco/geo-nearby/issues" }, "dependencies": { "ngeohash": "^0.6.0" }, "devDependencies": { "eslint": "^2.9.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.13.0", "eslint-plugin-jsx-a11y": "^1.2.0", "eslint-plugin-react": "^5.1.1", "mocha": "^3.0.2", "should": "^11.0.0" }, "license": "MIT" }