{
  "name": "mapbox-gl-fps",
  "version": "1.0.1",
  "description": "Measure and display FPS for a Mapbox GL JS map",
  "main": "lib/library.js",
  "scripts": {
    "build": "webpack --env build",
    "dev": "webpack --progress --colors --watch --env dev",
    "test": "mocha --compilers js:babel-core/register --colors -r jsdom-global/register ./test/*.spec.js",
    "test:watch": "mocha --compilers js:babel-core/register --colors -r jsdom-global/register -w ./test/*.spec.js"
  },
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.0.0",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-preset-es2015": "6.24.1",
    "chai": "3.5.0",
    "eslint": "3.19.0",
    "eslint-loader": "1.7.1",
    "jsdom": "11.0.0",
    "jsdom-global": "3.0.2",
    "mocha": "3.3.0",
    "webpack": "2.4.1",
    "yargs": "7.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sttlabs/mapbox-gl-fps.git"
  },
  "keywords": [
    "webpack",
    "es6",
    "starter",
    "library",
    "universal",
    "umd",
    "commonjs"
  ],
  "author": "Dag Jomar Mersland",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MazeMap/mapbox-gl-fps/issues"
  },
  "homepage": "https://github.com/MazeMap/mapbox-gl-fps"
}
