Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit d9aadcc

Browse files
committed
add bower
1 parent 484c6ba commit d9aadcc

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ var MyComponent = React.createClass({
4242
* ```data``` represents the chart data (see [chart.js](http://www.chartjs.org/) for details)
4343
* ```options``` represents the chart options (see [chart.js](http://www.chartjs.org/) for details)
4444
* all other parameters will be passed through to the ```canvas``` element
45+
46+
## Support me
47+
48+
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
49+
50+
[![gittip](http://jhudson8.github.io/react-mixin-manager/gittip-button.jpg)](https://gratipay.com/jhudson8/)

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "react-chartjs",
3+
"main": "react-chartjs.js",
4+
"version": "0.0.1",
5+
"homepage": "https://github.com/jhudson8/react-chartjs",
6+
"authors": [
7+
"Joe Hudson <joehud@gmail.com>"
8+
],
9+
"description": "rich interactive react charting components using chart.js",
10+
"dependencies": {
11+
"Chart.js": "~1.0"
12+
},
13+
"keywords": [
14+
"react",
15+
"react-component",
16+
"chart",
17+
"charts",
18+
"graph",
19+
"chartjs"
20+
],
21+
"license": "MIT",
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
]
29+
}

0 commit comments

Comments
 (0)