From 78cfc67cb3cbd52081054acd753e5ca34ab05dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Piotaix?= Date: Tue, 15 Dec 2015 15:17:04 +0100 Subject: [PATCH] Added bower.json --- bower.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3364c36 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "rainbowvis.js", + "homepage": "https://github.com/anomal/RainbowVis-JS", + "authors": [ + "Sophiah Ho" + ], + "description": "A JavaScript library for colour data visualization. Easily map numbers to a smooth-transitioning colour legend.", + "main": "rainbowvis.js", + "keywords": [ + "color", + "colour", + "rainbow", + "visualization", + "palette", + "gradient" + ], + "license": "EPL-1.0", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}