Skip to content

Commit 18e094b

Browse files
committed
Added Bower package support.
1 parent 4acc88e commit 18e094b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

component.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Chart.js",
3+
"version": "0.1.0",
4+
"description": "Simple HTML5 Charts using the canvas element",
5+
"keywords": ["charts"],
6+
"homepage": "https://github.com/nnnick/Chart.js",
7+
"author": "nnnick",
8+
"main": ["Chart.min.js"],
9+
"dependencies": {
10+
}
11+
}

0 commit comments

Comments
 (0)