package.json 1.77 KB
{
  "_from": "googlemaps",
  "_id": "googlemaps@1.12.0",
  "_inBundle": false,
  "_integrity": "sha1-Jdgqg0+yyYnnLHkXtdrydjnyz/s=",
  "_location": "/googlemaps",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "googlemaps",
    "name": "googlemaps",
    "escapedName": "googlemaps",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/googlemaps/-/googlemaps-1.12.0.tgz",
  "_shasum": "25d82a834fb2c989e72c7917b5daf27639f2cffb",
  "_spec": "googlemaps",
  "_where": "/Users/donghoon/Documents/Classroom/OpenSourceS:W/Project",
  "author": {
    "name": "Colin Kennedy",
    "email": "moshen.colin@gmail.com",
    "url": "http://moshen.net"
  },
  "bugs": {
    "url": "https://github.com/moshen/node-googlemaps/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "check-types": "~1.3.2",
    "qs": "^4.0.0",
    "request": "^2.79.0",
    "waitress": ">=0.0.2"
  },
  "deprecated": false,
  "description": "A simple way to query the Google Maps API from Node.js",
  "devDependencies": {
    "mocha": "^2.4.5",
    "should": "^8.2.2"
  },
  "engines": {
    "node": ">=0.3.6"
  },
  "homepage": "https://github.com/moshen/node-googlemaps#readme",
  "keywords": [
    "map",
    "geo",
    "google",
    "api",
    "googlemaps",
    "google maps",
    "google-maps",
    "node google maps"
  ],
  "license": "MIT",
  "main": "lib/index",
  "name": "googlemaps",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/moshen/node-googlemaps.git"
  },
  "scripts": {
    "all-tests": "mocha test/unit test/integration",
    "integration-test": "mocha test/integration",
    "test": "mocha test/unit"
  },
  "version": "1.12.0"
}