{
  "name": "mapd3",
  "version": "0.17.1",
  "description": "A fast chart library for the fastest DB",
  "main": "dist/mapd3.js",
  "contributors": [
    {
      "name": "Christophe Viau",
      "email": "christopheviau@gmail.com"
    }
  ],
  "scripts": {
    "docs:build": "documentation build -f \"html\" examples/examples.js -o doc",
    "docs:serve": "documentation serve --watch examples/examples.js -o doc",
    "build": "yarn build:prod && yarn build:dev",
    "build:prod": "webpack --env.prod",
    "build:dev": "webpack --env.dev",
    "prod": "webpack --env.prod --watch",
    "dev": "webpack --env.dev --watch",
    "clean": "yarn cache clean && rm -rf node_modules",
    "test": "mocha-webpack test/**/*.spec.js --require test/setup.js --webpack-env.dev --webpack-config webpack.config-spec.js --watch",
    "format": "eslint \"src/**/*.js\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapd/mapd3"
  },
  "keywords": [
    "d3",
    "chart",
    "library",
    "graph",
    "reusable",
    "es6",
    "es2015",
    "visualization"
  ],
  "author": "MapD",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mapd/mapd3/issues"
  },
  "homepage": "https://github.com/mapd/mapd3",
  "browserslist": [
    "last 2 versions",
    "not ie 10"
  ],
  "dependencies": {
    "base-64": "^0.1.0",
    "d3": "4.11.0",
    "d3-svg-legend": "^2.25.3"
  },
  "devDependencies": {
    "autoprefixer": "^8.5.1",
    "babel-cli": "6.24.1",
    "babel-core": "6.26.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "1.6.0",
    "chai": "^4.1.2",
    "css-loader": "^0.28.7",
    "documentation": "4.0.0-rc.1",
    "eslint": "^4.18.2",
    "extract-text-webpack-plugin": "^3.0.2",
    "ink-docstrap": "^1.3.0",
    "jsdoc": "^3.5.4",
    "jsdom": "^11.6.2",
    "json-loader": "^0.5.7",
    "mocha": "^5.0.5",
    "mocha-webpack": "^1.1.0",
    "node-sass": "^4.7.2",
    "null-loader": "^0.1.1",
    "postcss-loader": "^2.1.5",
    "requirejs-plugins": "^1.0.2",
    "sanitize-html": "^1.13.0",
    "sass-loader": "^6.0.6",
    "sinon": "^4.5.0",
    "text": "requirejs/text",
    "webpack": "^3.10.0",
    "webpack-node-externals": "^1.6.0",
    "yargs": "^10.0.3"
  }
}
