{
  "name": "@tidepool/viz",
  "version": "0.11.5",
  "description": "Tidepool data visualization for diabetes device data.",
  "keywords": [
    "data visualization"
  ],
  "main": "dist/index.js",
  "scripts": {
    "apidocs": "./node_modules/.bin/jsdoc2md",
    "browser-tests": "NODE_ENV=test ./node_modules/.bin/karma start --browsers Chrome",
    "build": "NODE_ENV=production npm run clean && ./node_modules/.bin/webpack --config package.config.js --optimize-minimize",
    "build-docs": "./update-gh-pages.sh",
    "build-storybooks": "./node_modules/.bin/build-storybook -c storybook -o web/stories && ./node_modules/.bin/build-storybook -c storybookDatatypes -o web/diabetes-data-stories",
    "clean": "./node_modules/.bin/rimraf ./dist/*",
    "lint": "./node_modules/.bin/eslint .storybook/ src/ stories/ test/ *.js",
    "prepare": "npm run build",
    "prepublishOnly": "./node_modules/.bin/rimraf ./node_modules && yarn install --frozen-lockfile && npm test && npm run build",
    "pretest": "npm run lint",
    "serve-docs": "./node_modules/.bin/gitbook serve",
    "start": "./node_modules/.bin/webpack --config package.config.js --watch",
    "stories": "./node_modules/.bin/start-storybook -c storybook -p 8081 -s ./static",
    "test": "NODE_ENV=test ./node_modules/karma/bin/karma start",
    "test-watch": "NODE_ENV=test ./node_modules/.bin/karma start --no-single-run --reporters=mocha",
    "typestories": "./node_modules/.bin/start-storybook -c storybookDatatypes -p 8082"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tidepool-org/viz.git"
  },
  "engines": {
    "node": ">=6.x",
    "npm": "4.x"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/tidepool-org/viz/issues"
  },
  "homepage": "https://github.com/tidepool-org/viz#readme",
  "devDependencies": {
    "@kadira/storybook": "2.35.3",
    "@kadira/storybook-addon-notes": "1.0.1",
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-eslint": "6.1.2",
    "babel-loader": "6.2.5",
    "babel-plugin-istanbul": "2.0.0",
    "babel-polyfill": "6.13.0",
    "babel-preset-es2015": "6.13.2",
    "babel-preset-react": "6.11.1",
    "babel-preset-stage-0": "6.5.0",
    "babel-preset-stage-2": "6.13.0",
    "bows": "1.6.0",
    "chai": "3.5.0",
    "chance": "1.0.4",
    "classnames": "2.2.5",
    "css-loader": "0.23.1",
    "enzyme": "2.4.1",
    "eslint": "2.13.1",
    "eslint-config-airbnb": "9.0.1",
    "eslint-plugin-import": "1.14.0",
    "eslint-plugin-jsx-a11y": "1.5.5",
    "eslint-plugin-lodash": "1.10.3",
    "eslint-plugin-moment-utc": "1.0.0",
    "eslint-plugin-react": "5.2.2",
    "gitbook-cli": "2.3.0",
    "intl": "1.2.5",
    "jsdoc-to-markdown": "3.0.0",
    "json-loader": "0.5.4",
    "jsx-ast-utils": "1.3.5",
    "karma": "1.2.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "2.0.0",
    "karma-coverage": "1.1.1",
    "karma-intl-shim": "1.0.3",
    "karma-mocha": "1.1.1",
    "karma-mocha-reporter": "2.1.0",
    "karma-notification-reporter": "0.1.1",
    "karma-phantomjs-launcher": "1.0.1",
    "karma-sinon": "1.0.5",
    "karma-webpack": "1.8.0",
    "lodash": "3.10.1",
    "memorystream": "0.3.1",
    "mocha": "3.4.2",
    "moment-timezone": "0.5.5",
    "object-invariant-test-helper": "0.1.1",
    "optional": "0.1.3",
    "phantomjs-prebuilt": "2.1.12",
    "postcss": "5.1.2",
    "postcss-calc": "5.3.1",
    "postcss-custom-properties": "5.0.1",
    "postcss-loader": "0.10.1",
    "react": "15.4.2",
    "react-addons-test-utils": "15.4.2",
    "react-addons-update": "15.4.2",
    "react-dom": "15.4.2",
    "react-hot-loader": "3.0.0-beta.2",
    "react-redux": "4.4.5",
    "redux": "3.5.2",
    "redux-mock-store": "1.2.1",
    "redux-thunk": "2.2.0",
    "rimraf": "2.5.4",
    "sinon": "2.3.4",
    "style-loader": "0.13.1",
    "tidepool-standard-action": "0.1.1",
    "webpack": "1.13.2"
  },
  "dependencies": {
    "bluebird": "3.5.0",
    "crossfilter": "1.3.12",
    "d3-array": "1.0.1",
    "d3-format": "1.0.2",
    "d3-scale": "1.0.3",
    "d3-shape": "1.0.3",
    "d3-time": "1.0.2",
    "d3-time-format": "2.0.5",
    "gsap": "1.19.0",
    "parse-svg-path": "0.1.2",
    "react-clipboard.js": "1.0.1",
    "react-collapse": "2.3.1",
    "react-dimensions": "2.0.0-alpha1",
    "react-height": "2.1.1",
    "react-motion": "0.4.4",
    "react-transition-group-plus": "0.4.1",
    "serialize-svg-path": "0.1.0",
    "sundial": "1.6.0",
    "text-table": "0.2.0",
    "translate-svg-path": "0.0.1",
    "voilab-pdf-table": "0.4.0"
  },
  "peerDependencies": {
    "classnames": "2.x",
    "lodash": "3.x",
    "moment-timezone": "0.x",
    "react": "15.x",
    "react-addons-update": "15.x",
    "react-redux": "4.x",
    "redux": "3.x"
  }
}
