Reorganize files for Bower distro

This commit is contained in:
Lokesh Dhakar
2014-04-17 11:07:23 -07:00
parent cb5c9c6ca8
commit 9cbad46067
19 changed files with 54 additions and 39 deletions

View File

@@ -1,14 +1,21 @@
{
"name": "color-thief",
"version": "2.1.0",
"author": "Lokesh Dhakar",
"version": "2.0.0",
"private": true,
"author": {
"name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com",
"url": "http://lokeshdhakar.com/"
},
"description": "Get the dominant color or color palette from an image.",
"keywords": [
"color",
"palette",
"picker",
"thief",
"dominant"
"sampling",
"image",
"picture",
"photo",
"canvas"
],
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
"repository": {
@@ -24,6 +31,7 @@
"url": "http://creativecommons.org/licenses/by/2.5/"
}
],
"main": "dist/color-thief.min.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-compass": "^0.7.2",