{
  "name": "react-offcharts-kpis",
  "version": "0.1.0",
  "description": "a collection of kpi visualization components",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "coverage": "jest --coverage",
    "start": "webpack-dev-server --inline --hot",
    "coveralls": "npm run coverage | coveralls",
    "build": "babel src -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arnthor3/react-offchart-kpi.git"
  },
  "keywords": [
    "react",
    "d3",
    "offcharts"
  ],
  "author": "arnthor3",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arnthor3/react-offchart-kpi/issues"
  },
  "homepage": "https://github.com/arnthor3/react-offchart-kpi#readme",
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-jest": "^17.0.2",
    "babel-loader": "^6.2.8",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "coveralls": "^2.11.15",
    "enzyme": "^2.6.0",
    "eslint": "^3.11.1",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.7.1",
    "jest": "^17.0.3",
    "jest-cli": "^17.0.3",
    "react-addons-test-utils": "^15.4.1",
    "react-hot-loader": "^1.3.1",
    "react-test-renderer": "^15.4.1",
    "sinon": "^1.17.6",
    "webpack": "^1.13.3",
    "webpack-dev-server": "^1.16.2"
  },
  "dependencies": {
    "d3-color": "^1.0.2",
    "d3-ease": "^1.0.2",
    "d3-interpolate": "^1.1.2",
    "d3-scale": "^1.0.4",
    "d3-selection": "^1.0.3",
    "d3-shape": "^1.0.4",
    "d3-transition": "^1.0.3",
    "react": "^15.4.1",
    "react-dom": "^15.4.1",
    "react-offcharts-core": "^0.1.3"
  }
}
