UNPKG

googlemaps

Version:

A simple way to query the Google Maps API from Node.js

45 lines (44 loc) 984 B
{ "name": "googlemaps", "version": "1.12.0", "main": "lib/index", "description": "A simple way to query the Google Maps API from Node.js", "license": "MIT", "author": { "name": "Colin Kennedy", "email": "moshen.colin@gmail.com", "url": "http://moshen.net" }, "keywords": [ "map", "geo", "google", "api", "googlemaps", "google maps", "google-maps", "node google maps" ], "repository": { "type": "git", "url": "http://github.com/moshen/node-googlemaps" }, "devDependencies": { "mocha": "^2.4.5", "should": "^8.2.2" }, "engines": { "node": ">=0.3.6" }, "dependencies": { "check-types": "~1.3.2", "qs": "^4.0.0", "request": "^2.79.0", "waitress": ">=0.0.2" }, "scripts": { "all-tests": "./node_modules/.bin/mocha test/unit test/integration", "test": "./node_modules/.bin/mocha test/unit", "integration-test": "./node_modules/.bin/mocha test/integration" } }