Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/chroma-js/bower.json')
-rw-r--r--node_modules/chroma-js/bower.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/chroma-js/bower.json b/node_modules/chroma-js/bower.json
new file mode 100644
index 0000000000..c279023510
--- /dev/null
+++ b/node_modules/chroma-js/bower.json
@@ -0,0 +1,34 @@
+{
+ "name": "chroma-js",
+ "description": "JavaScript library for color conversions",
+ "version": "0.5.6",
+ "main": [
+ "./chroma.js"
+ ],
+ "ignore": [
+ "doc",
+ "src",
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "homepage": "https://github.com/gka/chroma.js",
+ "authors": [
+ "Gregor Aisch <contact@vis4.net>"
+ ],
+ "keywords": [
+ "color",
+ "scale",
+ "gradient",
+ "scheme",
+ "rgb",
+ "hsv",
+ "hsl",
+ "css",
+ "lch",
+ "lab"
+ ],
+ "license": "MIT"
+}