google-static-map
Version:
Simplest way to get static images of address/location/search from google maps
33 lines (32 loc) • 712 B
JSON
{
"name": "google-static-map",
"version": "0.0.2",
"description": "Simplest way to get static images of address/location/search from google maps",
"author": {
"name": "Dennis Saenger",
"email": "npm14@mail.ds82.de",
"url": "http://dennis.io"
},
"keywords": [
"google",
"maps",
"static"
],
"main": "index.js",
"license": "MIT",
"dependencies": {
"googlemaps": "^0.1.20",
"request": "^2.44.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"proxyquire": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ds82/google-static-map"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node test.spec.js"
}
}