Skip to content

Commit

Permalink
added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Oct 11, 2013
1 parent c55b22c commit 8764b07
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "chroma-js",
"description": "JavaScript library for color conversions",
"version": "0.5.3",
"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"
}

0 comments on commit 8764b07

Please sign in to comment.