aboutsummaryrefslogtreecommitdiffstats
path: root/library/bootstrap-colorpicker/package.json
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
commit51ee3964c0f799fa9786ddd85b54707c43cd3509 (patch)
treeaab2616b9e69bfe2bf2b32070aba71a5cb24f76f /library/bootstrap-colorpicker/package.json
parentc972a94b0125bcb82ef3fe8e97adef45f94404f2 (diff)
downloadvolse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.gz
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.bz2
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.zip
Well, if you want to add a color picker it is indeed a good idea
to include the color picker.
Diffstat (limited to 'library/bootstrap-colorpicker/package.json')
-rw-r--r--library/bootstrap-colorpicker/package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/library/bootstrap-colorpicker/package.json b/library/bootstrap-colorpicker/package.json
new file mode 100644
index 000000000..ebec4007b
--- /dev/null
+++ b/library/bootstrap-colorpicker/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "mjolnic-bootstrap-colorpicker",
+ "version": "2.0.0",
+ "description": "Colorpicker plugin for Twitter Bootstrap",
+ "homepage": "http://mjolnic.github.io/bootstrap-colorpicker/",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:mjolnic/bootstrap-colorpicker.git"
+ },
+ "bugs": {
+ "url" : "https://github.com/mjolnic/bootstrap-colorpicker/issues"
+ },
+ "keywords": [
+ "bootstrap",
+ "colorpicker"
+ ],
+ "author": "Javier Aguilar @mjolnic",
+ "licenses": [{
+ "type": "Apache-2.0",
+ "url": "http://opensource.org/licenses/Apache-2.0"
+ }],
+ "devDependencies": {
+ "grunt": "~0.4.2",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-contrib-jshint": "~0.7.2",
+ "grunt-recess": "~0.5.0",
+ "grunt-combine": "~0.8.1",
+ "grunt-contrib-uglify": "~0.2.7",
+ "grunt-bake": "~0.3.3",
+ "grunt-jsbeautifier": "~0.2.3",
+ "grunt-contrib-watch": "~0.5.3"
+ }
+} \ No newline at end of file