Skip to content

Commit

Permalink
Merge pull request #14 from rpiotaix/master
Browse files Browse the repository at this point in the history
Added bower.json
  • Loading branch information
anomal authored Jul 4, 2016
2 parents a0d1ed1 + 78cfc67 commit bb4ac21
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit bb4ac21

Please sign in to comment.