{
  "name": "billboard.js",
  "version": "1.10.2",
  "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+",
  "homepage": "http://naver.github.io/billboard.js/",
  "main": "dist/billboard.js",
  "types": "types/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server --open",
    "start:plugin": "cross-env PLUGIN=true webpack-dev-server --open",
    "build": "npm run build:production && npm run build:packaged && npm run build:theme && npm run build:plugin",
    "build:production": "cross-env NODE_ENV=production webpack",
    "build:packaged": "cross-env NODE_ENV=packaged webpack",
    "build:dev": "cross-env NODE_ENV=development webpack",
    "build:theme": "cross-env NODE_ENV=theme webpack",
    "build:production:monitor": "cross-env MONITOR=true npm run build:production",
    "build:packaged:monitor": "cross-env MONITOR=true npm run build:packaged",
    "build:plugin": "cross-env NODE_ENV=plugin webpack && cross-env NODE_ENV=plugin MIN=true webpack",
    "release": "semantic-release",
    "lint": "eslint src",
    "loc": "cloc --by-file src",
    "test": "node --max-old-space-size=2048 ./node_modules/karma/bin/karma start",
    "test:chrome": "npm test -- --chrome",
    "coverage": "npm test -- --coverage",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "jsdoc": "node ./config/jsdoc.js",
    "jsdoc:cmd": "jsdoc -c jsdoc.json"
  },
  "sideEffects": [
    "dist/**/*.css",
    "src/**/*.js"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -g ./config/commitlint.config.js -E HUSKY_GIT_PARAMS",
      "pre-push": "npm run lint"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/naver/billboard.js"
  },
  "bugs": {
    "url": "https://github.com/naver/billboard.js/issues"
  },
  "keywords": [
    "d3",
    "chart",
    "graph",
    "svg"
  ],
  "files": [
    "dist",
    "src",
    "types",
    "CONTRIBUTING.md"
  ],
  "author": "NAVER Corp.",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "d3": "^5.9.7"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@semantic-release/changelog": "^3.0.2",
    "@semantic-release/commit-analyzer": "^6.1.0",
    "@semantic-release/exec": "^3.3.5",
    "@semantic-release/git": "^7.0.16",
    "@semantic-release/npm": "^5.1.13",
    "@semantic-release/release-notes-generator": "^7.2.1",
    "babel-eslint": "^10.0.2",
    "babel-helper-modules": "^6.0.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-minify-constant-folding": "^0.5.0",
    "babel-plugin-minify-dead-code-elimination": "^0.5.0",
    "babel-plugin-minify-guarded-expressions": "^0.4.3",
    "babel-plugin-minify-numeric-literals": "^0.4.3",
    "babel-plugin-minify-simplify": "^0.5.0",
    "babel-plugin-minify-type-constructors": "^0.4.3",
    "babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
    "babel-plugin-transform-merge-sibling-variables": "^6.9.4",
    "babel-plugin-transform-minify-booleans": "^6.9.4",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^3.0.0",
    "cloc": "^2.5.0",
    "coveralls": "^3.0.5",
    "cross-env": "^5.2.0",
    "css-loader": "^3.1.0",
    "docdash": "^1.1.1",
    "eslint": "^6.1.0",
    "eslint-config-naver": "^2.1.0",
    "eslint-loader": "^2.2.1",
    "eslint-plugin-import": "^2.18.2",
    "exports-loader": "^0.7.0",
    "hammer-simulator": "0.0.1",
    "husky": "^3.0.2",
    "istanbul-instrumenter-loader": "^3.0.1",
    "istanbul-lib-instrument": "^3.3.0",
    "jsdoc": "^3.6.3",
    "karma": "^4.2.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.0.0",
    "karma-coverage-istanbul-reporter": "^2.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-scss-preprocessor": "^4.0.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "lite-fixture": "^1.0.2",
    "mini-css-extract-plugin": "^0.8.0",
    "mocha": "^6.2.0",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "sass-loader": "^7.1.0",
    "semantic-release": "^15.13.19",
    "simulant": "^0.2.2",
    "sinon": "^7.4.0",
    "string-replace-webpack-plugin": "^0.1.3",
    "style-loader": "^1.0.0",
    "uglify-js": "^3.6.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.39.1",
    "webpack-clean": "^1.2.3",
    "webpack-cli": "^3.3.6",
    "webpack-common-shake": "^2.1.0",
    "webpack-dev-server": "^3.7.2",
    "webpack-merge": "^4.2.1",
    "webpack-monitor": "^1.0.14",
    "webpack-stylish": "^0.1.8",
    "webpackbar": "^4.0.0",
    "write-file-webpack-plugin": "^4.5.1"
  }
}
