{
  "name": "ol3-google-maps",
  "version": "0.20.0",
  "description": "OpenLayers 3 Google Maps integration library",
  "keywords": [
    "map",
    "mapping",
    "ol3",
    "google maps"
  ],
  "homepage": "http://mapgears.github.io/ol3-google-maps/",
  "scripts": {
    "pretest": "eslint src/",
    "test": "node tasks/test.js"
  },
  "main": "dist/ol3gm.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapgears/ol3-google-maps.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mapgears/ol3-google-maps/issues"
  },
  "browser": "dist/ol3gm.js",
  "style": [
    "css/ol3gm.css"
  ],
  "dependencies": {
    "async": "~0.2.10",
    "htmlparser2": "~3.7.1"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "closure-util": "1.26.0",
    "eslint": "4.19.1",
    "eslint-config-openlayers": "7.0.0",
    "eslint-plugin-openlayers-internal": "^3.1.0",
    "fs-extra": "~0.8.1",
    "geojsonhint": "^1.0.0",
    "graceful-fs": "~3.0.2",
    "hoek": "5.0.3",
    "jsdoc": "3.5.5",
    "marked": "0.3.9",
    "mocha": "2.5.3",
    "mocha-phantomjs-core": "^1.3.1",
    "nomnom": "~1.6.2",
    "openlayers": "4.6.5",
    "phantomjs-prebuilt": "2.1.7",
    "temp": "~0.7.0",
    "walk": "~2.3.3"
  }
}
