]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Added Bower package support. 19/head
authorFizer Khan <fizerkhan@gmail.com>
Mon, 18 Mar 2013 16:29:20 +0000 (21:59 +0530)
committerFizer Khan <fizerkhan@gmail.com>
Mon, 18 Mar 2013 16:29:20 +0000 (21:59 +0530)
component.json [new file with mode: 0644]

diff --git a/component.json b/component.json
new file mode 100644 (file)
index 0000000..dc77f4a
--- /dev/null
@@ -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": {
+  }
+}
\ No newline at end of file