{
  "name": "react-chart-all",
  "version": "1.0.4",
  "description": "Simple Chart.js React component npm module. Support npm chart.js version, ES6 syntax and all chart.js types (Line, Bar, Radar, Polar Area, Pie, Doughnut).",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/javascriptiscoolpl/npm-react-chart-all"
  },
  "keywords": [
    "ES6",
    "ECMAScript 6",
    "babel",
    "es2015",
    "react",
    "chart.js",
    "chart.js v2",
    "chartjs",
    "chart",
    "charts",
    "Line",
    "Bar",
    "Radar",
    "Polar Area",
    "Pie",
    "Doughnut",
    "all types"
  ],
  "dependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-react-jsx": "^6.7.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "react": "^15.0.0",
    "react-dom": "^15.0.0"
  },
  "scripts": {
    "get": "npm install",
    "transform": "./node_modules/.bin/babel --plugins transform-react-jsx --presets es2015,react ./src/index.js -o ./index.js",
    "clean": "rm -rf ./node_modules",
    "sent": "npm version patch; npm publish;",
    "build": "npm run get; npm run transform;"
  },
  "author": "Darek L",
  "license": "MIT",
  "homepage": "http://javascript.iscool.pl"
}
