Files
color-thief/bower.json
2015-04-23 15:57:43 +02:00

28 lines
506 B
JSON

{
"name": "color-thief",
"version": "2.0.0",
"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"
]
}