Skip to content

Commit bb4ac21

Browse files
authored
Merge pull request #14 from rpiotaix/master
Added bower.json
2 parents a0d1ed1 + 78cfc67 commit bb4ac21

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "rainbowvis.js",
3+
"homepage": "https://github.com/anomal/RainbowVis-JS",
4+
"authors": [
5+
"Sophiah Ho"
6+
],
7+
"description": "A JavaScript library for colour data visualization. Easily map numbers to a smooth-transitioning colour legend.",
8+
"main": "rainbowvis.js",
9+
"keywords": [
10+
"color",
11+
"colour",
12+
"rainbow",
13+
"visualization",
14+
"palette",
15+
"gradient"
16+
],
17+
"license": "EPL-1.0",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test",
23+
"tests"
24+
]
25+
}

0 commit comments

Comments
 (0)