Files
color-thief/package.json
2016-10-30 20:21:15 -07:00

44 lines
1.0 KiB
JSON

{
"name": "color-thief",
"version": "2.0.2",
"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",
"sampling",
"image",
"picture",
"photo",
"canvas"
],
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
"repository": {
"type": "git",
"url": "https://github.com/lokesh/color-thief.git"
},
"bugs": {
"url": "https://github.com/lokesh/color-thief/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE/"
}
],
"main": "dist/color-thief.min.js",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jscs": "^1.8.0",
"grunt-contrib-jshint": "^0.11.2"
}
}