google-maps-services-node
Version:
Node library for accessing the Google Maps Web Services
27 lines (26 loc) • 573 B
JSON
{
"name": "google-maps-services-node",
"version": "3.0.1",
"description": "Node library for accessing the Google Maps Web Services",
"main": "./src/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"google",
"maps",
"distanceMatrix",
"distance-matrix"
],
"author": "Filippo Ghibellini",
"license": "MIT",
"repository": "https://github.com/fghibellini/google-maps-services-node",
"dependencies": {
"lodash": "^2.4.1",
"q": "^1.1.2",
"request": "^2.51.0"
},
"devDependencies": {
"should": "^4.4.1"
}
}