@google/maps
Version:
Node.js client library for Google Maps API Web Services
78 lines (77 loc) • 1.61 kB
JSON
{
"name": "@google/maps",
"version": "1.1.3",
"author": "Google Inc.",
"description": "Node.js client library for Google Maps API Web Services",
"main": "./lib",
"contributors": [
{
"name": "Stephen Farrar",
"email": "step@google.com"
},
{
"name": "Stephen McDonald",
"email": "stephenmcd@google.com"
},
{
"name": "Justin Poehnelt",
"email": "jpoehnelt@google.com"
}
],
"scripts": {
"test:all": "jasmine && jasmine spec/e2e/*.js",
"test": "jasmine",
"e2e": "jasmine spec/e2e/*.js",
"jsdoc": "jsdoc -c docs/conf.json"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/google-maps-services-js.git"
},
"keywords": [
"google",
"maps",
"googlemaps",
"geo",
"geocode",
"timezone",
"api",
"client",
"roads",
"directions",
"navigation"
],
"license": "Apache-2.0",
"bin": {
"googlemaps": "bin/run.js"
},
"bugs": {
"url": "https://github.com/googlemaps/google-maps-services-js/issues"
},
"homepage": "https://github.com/googlemaps/google-maps-services-js",
"dependencies": {
"https-proxy-agent": "^3.0.0",
"uuid": ">=2.2.1"
},
"devDependencies": {
"codecov": "^3.5.0",
"jasmine": "^3.3.1",
"jsdoc": "^3.6.3",
"nyc": "^14.1.1",
"priorityqueuejs": "^1.0.0",
"q": "^1.4.1"
},
"files": [
"lib",
"bin"
],
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com",
"access": "public"
},
"nyc": {
"exclude": [
"**/spec/**"
]
}
}