{
  "name": "angular-geo-nearby",
  "author": "Sankar A <ssmnster@gmail.com>",
  "version": "2.0.3",
  "description": "Uber fast nearby locations search by coordinates. Supports GeoJSON.",
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "geo nearby angular",
    "geo nearby",
    "geolocation",
    "geo",
    "nearby",
    "proximity",
    "locations",
    "places",
    "spatial index",
    "geohash",
    "2D spatial index",
    "spatial",
    "index",
    "geojson",
    "angular",
    "ng"
  ],
  "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/ssgiant/geo-nearby.git"
  },
  "bugs": {
    "url": "https://github.com/ssgiant/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"
}
