{
  "name": "geo-dashboard",
  "version": "0.13.1",
  "description": "Web library to display data as maps and widgets using WMS, WFS and WPS services.",
  "main": "dist/geo-dashboard.js",
  "repository": {
    "url": "https://github.com/maurimiranda/geo-dashboard.git",
    "type": "git"
  },
  "author": "Mauricio Miranda <maurimiranda@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.17.0",
    "babel-loader": "^6.2.5",
    "babel-preset-es2015": "^6.16.0",
    "chai": "^3.5.0",
    "copy-webpack-plugin": "^4.0.0",
    "css-loader": "^0.26.4",
    "docdash": "^0.4.0",
    "eslint": "^3.8.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-loader": "^1.6.0",
    "eslint-plugin-import": "^2.2.0",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.10.1",
    "handlebars": "^4.0.5",
    "handlebars-loader": "^1.4.0",
    "html-webpack-plugin": "^2.24.1",
    "jsdoc": "^3.4.3",
    "mocha": "^3.1.2",
    "node-sass": "^4.5.0",
    "sass-loader": "^6.0.3",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.1"
  },
  "scripts": {
    "build": "rm -rf ./dist && NODE_ENV=production webpack --progress --colors --config webpack.prod.babel.js",
    "docs": "rm -rf ./docs && jsdoc -c .jsdoc.json",
    "pack": "yarn run build && yarn run docs && git add dist docs && git commit -m 'Regenerate build and docs'",
    "test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
    "serve": "webpack-dev-server --config webpack.dev.babel.js --hot --inline",
    "lint": "eslint src",
    "dev": "webpack --watch --progress --colors --config webpack.dev.babel.js"
  },
  "dependencies": {
    "chart.js": "^2.4.0",
    "openlayers": "3.15.1"
  }
}
