Added Bower package support.

This commit is contained in:
Fizer Khan 2013-03-18 21:59:20 +05:30
parent 4acc88e339
commit 18e094be9a

11
component.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Chart.js",
"version": "0.1.0",
"description": "Simple HTML5 Charts using the canvas element",
"keywords": ["charts"],
"homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick",
"main": ["Chart.min.js"],
"dependencies": {
}
}