[Pkg-javascript-commits] [jquery-minicolors] 08/13: Support composer, install via composer

David Prévot taffit at moszumanska.debian.org
Wed Mar 19 18:59:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit f08f90704ed4874ba45f76c84337dc5d34dec917
Author: arusso <arusso at idealtechnology.net>
Date:   Mon Mar 10 15:31:33 2014 -0400

    Support composer, install via composer
---
 composer.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..93765b9
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,20 @@
+{
+  "name": "claviska/jquery-minicolors",
+  "type": "component",
+  "description": "jQuery MiniColors Plugin",
+  "homepage": "http://www.abeautifulsite.net/",
+  "license": "MIT",
+  "extra": {
+    "component": {
+      "scripts": [
+        "jquery.minicolors.js"
+      ],
+      "files": [
+        "jquery.minicolors.js",
+        "jquery.minicolors.min.js",
+        "jquery.minicolors.css",
+        "jquery.minicolors.png"
+      ]
+    }
+  }
+}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list