{
  "name": "ang-google-services",
  "version": "1.0.5",
  "description": "Consuming google's APIs services",
  "main": "./src/module.js",
  "keywords": [
    "Google",
    "APIs",
    "Services",
    "Geocoding",
    "Places"
  ],
  "authors": [
    "Khaled Nobani"
  ],
  "license": "MIT",
  "homepage": "https://github.com/khalednobani/ang-google-services",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.4.5",
    "google-map": "~1.1.0"
  }
}
