From 052becc7139e813698cfd9d88f3b284603827a73 Mon Sep 17 00:00:00 2001 From: Davis Marques Date: Wed, 14 Oct 2015 15:54:48 +1100 Subject: [PATCH] Added bower.json file --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1278f3e --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "flexi-color-picker", + "version": "0.1.0", + "homepage": "https://github.com/DavidDurman/FlexiColorPicker", + "author": "David Durman", + "description": "HSV color picker", + "main": "colorpicker.js", + "moduleType": [], + "license": "MIT", + "ignore": [ + "doc.html", + "examples", + "preview.png", + "test" + ] +}