UNPKG

mapquest

Version:

Geocode, reverse geocode, and batch geocode using MapQuests open api.

30 lines (29 loc) 567 B
{ "name": "mapquest", "version": "0.2.0", "description": "Geocode, reverse geocode, and batch geocode using MapQuests open api.", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git@github.com:trevorgerhardt/mapquest.git" }, "keywords": [ "mapquest", "geocode", "address", "location" ], "author": "Trevor Gerhardt", "license": "BSD", "dependencies": { "superagent": "*" }, "devDependencies": { "component": "*", "mocha": "*", "should": "*" } }