Files
color-thief/bower.json
Lokesh Dhakar 98f2f86f7b Merge pull request #64 from joscha/patch-1
Fix main file path
2015-06-29 16:58:25 -07:00

27 lines
484 B
JSON

{
"name": "color-thief",
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
"authors": [
"Lokesh Dhakar"
],
"description": "Grab the dominant color or color palette from an image.",
"main": "src/color-thief.js",
"keywords": [
"color",
"palette",
"sampling",
"image",
"picture",
"photo",
"canvas"
],
"license": "CC BY 2.5",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}