{
  "name": "react-sparklines",
  "version": "1.7.0",
  "description": "Beautiful and expressive Sparklines component for React ",
  "main": "build/index.js",
  "directories": {
    "src": "src/"
  },
  "scripts": {
    "start": "cd demo && webpack-dev-server --progress",
    "test": "mocha --compilers js:babel-core/register __tests__",
    "test:watch": "mocha --compilers js:babel-core/register --watch __tests__",
    "compile": "webpack",
    "prepublish": "npm run compile",
    "test:bootstrap": "node -r babel-core/register bootstrap-tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/borisyankov/react-sparklines.git"
  },
  "keywords": [
    "react",
    "component",
    "react-component",
    "charts",
    "sparklines",
    "visualization",
    "jsx"
  ],
  "author": "Boris Yankov <borisyankov@gmail.com> (https://github.com/borisyankov)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/borisyankov/react-sparklines/issues"
  },
  "homepage": "https://github.com/borisyankov/react-sparklines#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.8.0",
    "babel-loader": "7.1.1",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-runtime": "^6.6.1",
    "chai": "^4.1.0",
    "enzyme": "^2.2.0",
    "hiff": "^0.3.0",
    "line-by-line": "^0.1.4",
    "mocha": "^3.2.0",
    "react": "^15.0.2",
    "react-addons-test-utils": "^15.0.2",
    "react-dom": "^15.0.2",
    "react-element-to-jsx-string": "11.0.1",
    "replaceall": "^0.1.6",
    "webpack": "^3.4.1",
    "webpack-dev-server": "^2.2.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  }
}
