[Pkg-javascript-commits] [jquery-minicolors] 04/18: add a package.json for installing via npm

David Prévot taffit at moszumanska.debian.org
Fri Apr 10 02:18:47 UTC 2015


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

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

commit 832b347c1ddf57e82a813a1e439c019de13da2a4
Author: tim walker <tim.twalker at gmail.com>
Date:   Wed Jan 28 10:14:31 2015 -0800

    add a package.json for installing via npm
---
 package.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..82b48f8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+  "name": "jquery-minicolors",
+  "version": "2.1.10",
+  "homepage": "https://github.com/claviska/jquery-minicolors",
+  "author": "Cory LaViska",
+  "description": "jQuery MiniColors Plugin",
+  "main": "jquery.minicolors.js",
+  "keywords": [
+    "jquery",
+    "colorpicker"
+  ],
+  "license": "MIT",
+  "dependencies": {
+    "jquery" : ">= 1.7.x"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/claviska/jquery-minicolors.git"
+  },
+  "bugs": {
+    "url": "https://github.com/claviska/jquery-minicolors/issues"
+  },
+  "scripts": {}
+}

-- 
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