{
  "name": "openlayers-workshop",
  "version": "1.3.0",
  "description": "OpenLayers workshop",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openlayers/workshop.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openlayers/workshop/issues"
  },
  "homepage": "https://github.com/openlayers/workshop#readme",
  "scripts": {
    "start": "node serve.js",
    "prepublish": "in-publish && make || not-in-publish",
    "postpublish": "gh-pages --dist dist/doc --dotfiles"
  },
  "dependencies": {
    "openlayers": "https://github.com/openlayers/ol3/tarball/4dddf4c3d97ee3453b31dd3057937621e7ed7698"
  },
  "devDependencies": {
    "gh-pages": "^0.4.0",
    "in-publish": "^2.0.0"
  }
}
