Updated demo page. Added package.json and bower.json.

This commit is contained in:
Lokesh Dhakar
2014-04-08 01:22:02 -04:00
parent a2b283ae68
commit cb5c9c6ca8
22 changed files with 10733 additions and 1732 deletions

26
bower.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "color-thief",
"version": "2.1.0",
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
"authors": [
"Lokesh Dhakar <lokesh.dhakar@gmail.com>"
],
"description": "Grab the dominant color or color palette from an image.",
"main": "js/color-thief.js",
"keywords": [
"color",
"palette",
"picker",
"thief",
"dominant"
],
"license": "CC BY 2.5",
"ignore": [
"**/.*",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests"
]
}