{
  "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"
  }
}
