{
  "name": "wui-bigdata",
  "description": "Big data visualization library for WUI framework.",
  "author": "Cloud Mu <muyunsong@gmail.com> (https://muyunsong.com)",
  "user": "corncandy",
  "version": "0.2.9",
  "scripts": {
    "start": "webpack-dev-server",
    "test": "karma start",
    "test:tdd": "npm run test -- --auto-watch --no-single-run",
    "test:lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --ignore-pattern dist --cache",
    "gh-pages": "webpack",
    "gh-pages:deploy": "gh-pages -d gh-pages",
    "gh-pages:stats": "webpack --profile --json > stats.json",
    "dist": "webpack",
    "dist:min": "webpack",
    "dist:modules": "rm -rf ./dist-modules && babel ./src --out-dir ./dist-modules --ignore index.jsx",
    "pretest": "npm run test:lint",
    "preversion": "npm run test && git commit --allow-empty -am \"Update dist\"",
    "prepublish": "npm run dist:modules",
    "postpublish": "npm run gh-pages && npm run gh-pages:deploy",
    "postinstall": "node lib/post_install.js"
  },
  "main": "dist-modules",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-register": "^6.9.0",
    "catalog": "^2.4.4",
    "chai": "^3.5.0",
    "clean-webpack-plugin": "^0.1.9",
    "css-loader": "^0.23.1",
    "eslint": "^2.13.1",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-react": "^5.2.2",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "gh-pages": "^0.11.0",
    "git-prepush-hook": "^1.0.1",
    "highlight.js": "^9.4.0",
    "html-webpack-plugin": "^2.21.0",
    "html-webpack-remark-plugin": "^0.1.0",
    "html-webpack-template": "^5.0.0",
    "isparta-loader": "^2.0.0",
    "json-loader": "^0.5.4",
    "karma": "^1.0.0",
    "karma-chai": "^0.1.0",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.5.3",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.7",
    "purecss": "^0.6.0",
    "raw-loader": "^0.5.1",
    "react": "^15.1.0",
    "react-addons-test-utils": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-ghfork": "^0.3.3",
    "style-loader": "^0.13.1",
    "sync-exec": "^0.6.2",
    "system-bell-webpack-plugin": "^1.0.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1",
    "webpack-merge": "^0.14.0"
  },
  "peerDependencies": {
    "react": ">= 0.11.2 < 16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/corncandy/wui-bigdata.git"
  },
  "homepage": "https://corncandy.github.io/wui-bigdata/",
  "bugs": {
    "url": "https://github.com/corncandy/wui-bigdata/issues"
  },
  "keywords": [
    "react",
    "d3",
    "wui"
  ],
  "license": "MIT",
  "pre-push": [
    "test",
    "test:lint"
  ],
  "dependencies": {
    "d3": "^3.5.12"
  }
}
