{
  "name": "airmap-map-sdk",
  "version": "2.4.0",
  "description": "A wrapper for Mapbox GL JS & the AirMap Tile Service",
  "author": "AirMap, Inc. <developers@airmap.com> (https://airmap.com)",
  "license": "SEE LICENSE IN LICENSE.md",
  "keywords": [
    "airmap",
    "airspace",
    "drones",
    "maps",
    "uav"
  ],
  "repository": "airmap/js-map-sdk",
  "main": "dist/index.js",
  "scripts": {
    "build": "mkdir -p dist && npm run build:compile && npm run build:minify",
    "build:compile": "browserify src/index.js -s Airmap.Map > dist/airmap.map.js",
    "build:minify": "uglifyjs dist/airmap.map.js -m -c > dist/airmap.map.min.js",
    "docs": "jsdoc2md src/** > API.md",
    "prepublish": "rm -rf dist && mkdir dist && babel --out-dir dist src --copy-files && npm run build",
    "release": "npm install && npm test && npm run build && sh ./scripts/prepare.sh && sh ./scripts/deploy.sh",
    "release:next": "npm install && npm test && npm run build && sh ./scripts/deploy-next.sh",
    "standard-version": "standard-version",
    "start": "budo ./src/index.js --serve=examples/bundle.js --port=8080 --live",
    "test": "export NODE_PATH=./ && mocha --compilers js:babel-register --recursive test/unit/*",
    "test:circle": "export NODE_PATH=./ && mocha --compilers js:babel-register --recursive --reporter mocha-junit-reporter test/unit/* --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/mocha/unit.xml"
  },
  "browserify": {
    "transform": [
      "babelify",
      "brfs"
    ]
  },
  "dependencies": {
    "babel-runtime": "^6.18.0",
    "fg-loadcss": "^1.2.0",
    "insert-css": "^2.0.0",
    "load-script": "^1.0.0",
    "lodash": "^4.5.1",
    "mapbox-gl": "~0.38.0",
    "moment": "^2.12.0",
    "superagent": "^1.8.3",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.18.0",
    "babelify": "^7.2.0",
    "brfs": "^1.4.3",
    "browserify": "^13.0.0",
    "budo": "^8.0.4",
    "chai": "^3.5.0",
    "jsdoc": "^3.4.3",
    "jsdoc-to-markdown": "^2.0.1",
    "jsdom": "^9.8.3",
    "jsdom-global": "^2.1.0",
    "mapbox-gl-js-mock": "0.26.0",
    "mocha": "^3.1.2",
    "mocha-junit-reporter": "^1.13.0",
    "mockery": "^2.0.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "standard-version": "^2.4.0",
    "uglify-js": "^2.6.1"
  }
}
