From 5fbe83db15903e7d1a37c32b8ea90034657288d6 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 28 Apr 2019 14:07:39 -0700 Subject: [PATCH] Discontinue support for Bower --- bower.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 bower.json 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" - ] -}