UNPKG

raw-google-geocoder

Version:

raw google geocode any address without an api or key

33 lines (32 loc) 765 B
{ "name": "raw-google-geocoder", "version": "0.2.0", "description": "raw google geocode any address without an api or key", "main": "index.js", "scripts": { "build": "coffee -cbo index.js source/raw-google-geocoder.coffee", "test": "npm run build && node test.js", "prepublishOnly": "npm run build && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/arxii/raw-google-geocoder.git" }, "author": "arxii", "keywords": [ "google", "geocoder", "nokey" ], "license": "ISC", "devDependencies": { "bluebird": "^3.5.1", "coffeescript": "^2.2.2", "fuzzyset.js": "0.0.4", "request": "^2.83.0", "tape": "^4.8.0" }, "dependencies": { "urlencode": "^1.1.0" } }