This repository was archived by the owner on Jul 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- react-charts
1+ react-chartjs
22============
33
44rich interactive react charting components using [ chart.js] ( http://www.chartjs.org/ ) including
Original file line number Diff line number Diff line change 11{
2- "name" : " react-charts " ,
2+ "name" : " react-chartjs " ,
33 "version" : " 0.0.1" ,
4- "description" : " react charting components" ,
4+ "description" : " react charting components using the chartjs lib " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " mocha"
88 },
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " https://github.com/jhudson8/react-charts "
11+ "url" : " https://github.com/jhudson8/react-chartjs "
1212 },
1313 "keywords" : [
1414 " react" ,
15- " react-component"
15+ " react-component" ,
16+ " chart" ,
17+ " charts" ,
18+ " graph" ,
19+ " chartjs"
1620 ],
1721 "author" : " Joe Hudson" ,
1822 "license" : " MIT" ,
1923 "bugs" : {
20- "url" : " https://github.com/jhudson8/react-charts /issues"
24+ "url" : " https://github.com/jhudson8/react-chartjs /issues"
2125 },
22- "homepage" : " https://github.com/jhudson8/react-charts " ,
26+ "homepage" : " https://github.com/jhudson8/react-chartjs " ,
2327 "devDependencies" : {
2428 "uglify-js" : " ^2.4.16" ,
2529 "webpack" : " ^1.4.14"
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module.exports = {
22 entry : "./index.js" ,
33 output : {
44 path : __dirname ,
5- filename : "react-charts .js"
5+ filename : "react-chartjs .js"
66 }
77} ;
You can’t perform that action at this time.
0 commit comments