UNPKG

react-chart.js

Version:

react charting components using the chartjs lib

43 lines (42 loc) 985 B
{ "name": "react-chart.js", "version": "1.0.0", "description": "react charting components using the chartjs lib", "main": "index.js", "scripts": { "test": "mocha", "build": "webpack index.js dist/react-chartjs.js", "dist": "COMPRESS=1 webpack index.js dist/react-chartjs.min.js" }, "repository": { "type": "git", "url": "https://github.com/rogeriopvl/react-chart.js" }, "keywords": [ "react", "react-component", "chart", "charts", "graph", "chartjs" ], "author": "Joe Hudson", "contributors": [{ "name" : "Rogério Vicente", "url" : "http://github.com/rogeriopvl" }], "license": "MIT", "bugs": { "url": "https://github.com/rogeriopvl/react-chart.js/issues" }, "homepage": "https://github.com/rogeriopvl/react-chart.js", "peerDependencies": { "react": "*", "react-dom": "*", "chart.js": "*" }, "devDependencies": { "uglify-js": "^2.4.16", "webpack": "^1.4.14" } }