{
  "name": "mapbox-gl-draw",
  "version": "0.16.0",
  "description": "A drawing component for Mapbox GL JS",
  "homepage": "https://github.com/mapbox/mapbox-gl-draw",
  "author": "mapbox",
  "license": "ISC",
  "main": "index.js",
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "scripts": {
    "test": "npm run lint && npm run tape",
    "lint": "eslint --no-eslintrc -c .eslintrc index.js src test",
    "tape": "tape -r ./test/mock-browser.js -r babel-register test/*.test.js",
    "coverage": "NODE_ENV=test nyc --reporter html npm run tape && opener coverage/index.html",
    "build": "NODE_ENV=production browserify index.js --standalone MapboxDraw > dist/mapbox-gl-draw.js",
    "prepublish": "NODE_ENV=production browserify index.js --standalone MapboxDraw | uglifyjs -c -m > dist/mapbox-gl-draw.js",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/mapbox-gl-draw.git"
  },
  "keywords": [
    "webgl",
    "mapbox",
    "draw",
    "drawing"
  ],
  "bugs": {
    "url": "https://github.com/mapbox/mapbox-gl-draw/issues"
  },
  "nyc": {
    "sourceMap": false,
    "instrument": false
  },
  "devDependencies": {
    "@turf/centroid": "^3.6.1",
    "babel-core": "^6.9.1",
    "babel-eslint": "^7.1.0",
    "babel-plugin-__coverage__": "^11.0.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.5.2",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "browserify-middleware": "^7.0.0",
    "budo": "^8.0.0",
    "envify": "^3.4.0",
    "eslint": "^3.0.0",
    "eslint-config-mourner": "^2.0.1",
    "express": "^4.13.4",
    "mapbox-gl": "^0.27.0",
    "mapbox-gl-js-mock": "^0.27.1",
    "mock-browser": "^0.92.10",
    "nyc": "^6.6.1",
    "opener": "^1.4.1",
    "sinon": "^1.17.4",
    "synthetic-dom-events": "^0.3.0",
    "tape": "^4.0.0",
    "uglify-js": "^2.4.23",
    "unassertify": "^2.0.3"
  },
  "peerDependencies": {
    "mapbox-gl": "^0.27.0 || ^0.28.0"
  },
  "dependencies": {
    "geojson-area": "^0.2.1",
    "geojson-extent": "^0.3.2",
    "geojson-normalize": "0.0.1",
    "geojsonhint": "^2.0.0beta",
    "hat": "0.0.3",
    "lodash.isequal": "^4.2.0",
    "point-geometry": "0.0.0",
    "xtend": "^4.0.1"
  }
}
