react-chartjs
Version:
react charting components using the chartjs lib
43 lines (42 loc) • 989 B
JSON
{
"name": "react-chartjs",
"version": "1.2.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",
"prepublishOnly": "npm run build && npm run dist"
},
"repository": {
"type": "git",
"url": "https://github.com/jhudson8/react-chartjs"
},
"keywords": [
"react",
"react-component",
"chart",
"charts",
"graph",
"chartjs"
],
"author": "Joe Hudson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhudson8/react-chartjs/issues"
},
"homepage": "https://github.com/jhudson8/react-chartjs",
"peerDependencies": {
"react": "*",
"react-dom": "*",
"chart.js": "^1.1.1"
},
"devDependencies": {
"uglify-js": "^2.4.16",
"webpack": "^1.4.14"
},
"dependencies": {
"create-react-class": "^15.6.2"
}
}