{
  "name": "angular-google-maps",
  "version": "1.2.4",
  "description": "AngularJS directives for Google Maps",
  "repository": {
    "type": "git",
    "url": "https://github.com/nlaplante/angular-google-maps.git"
  },
  "scripts": {
    "build": "grunt",
    "example": "grunt example",
    "test" : "grunt"
  },
  "keywords": [
    "angularjs",
    "googlemaps",
    "directives",
    "webcomponent"
  ],
  "license": "MIT",
  "devDependencies": {
    "bower": "~1.3.8",
    "grunt-bump": "0.0.15",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-compress": "~0.5.3",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-jasmine": "0.6.5",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-uglify": "~0.2.6",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-conventional-changelog": "~1.1.0",
    "grunt-mkdir": "~0.1.1",
    "grunt-open": "~0.2.2",
    "grunt-template-jasmine-istanbul": "~0.3.1",
    "grunt-template-jasmine-requirejs": "~0.2.0",
    "grunt-wrap": "^0.3.0",
    "lodash": "~2.4.1",
    "mocha": "~1.9.0",
    "should": "~1.2.0"
  },
  "dependencies": {
    "grunt-cli": "~0.1.11",
    "grunt": "~0.4.5"
  }
}
