]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add composer.json 2133/head
authorBoran Car <boran.car@gmail.com>
Mon, 14 Mar 2016 23:41:04 +0000 (23:41 +0000)
committerBoran Car <boran.car@gmail.com>
Mon, 14 Mar 2016 23:41:04 +0000 (23:41 +0000)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..48d05b8
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "name": "nnnick/chartjs",
+    "type": "library",
+    "description": "Simple HTML5 charts using the canvas element.",
+    "keywords": [
+        "chart",
+        "js"
+    ],
+    "homepage": "http://www.chartjs.org/",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "NICK DOWNIE",
+            "email": "hello@nickdownie.com"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.3"
+    },
+    "minimum-stability": "stable",
+    "extra": {
+        "branch-alias": {
+            "release/2.0": "v2.0-dev"
+        }
+    }
+}