diff --git a/bower.json b/bower.json deleted file mode 100644 index a69040e..0000000 --- a/bower.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -}