@barbuza/bdsm
Version:
Extracts dominant colors from bottom and top parts of an image.
40 lines (39 loc) • 846 B
JSON
{
"name": "@barbuza/bdsm",
"version": "0.2.3",
"description": "Extracts dominant colors from bottom and top parts of an image.",
"main": "./src/bdsm.js",
"typings": "./src/bdsm.d.ts",
"author": {
"name": "Andrew Kuznetsov",
"email": "cav@cav.ru",
"url": "https://github.com/cavinsmith/"
},
"contributors": [{
"name": "Dan Abramov",
"email": "dan.abramov@gmail.com"
}],
"dependencies": {
"imagemagick": "~0.1.3",
"bluebird": "~1.2.2",
"underscore": "~1.6.0"
},
"keywords": [
"border",
"color",
"common",
"dominant",
"image",
"imagemagick",
"palette",
"photo",
"picker",
"thief"
],
"homepage": "https://github.com/barbuza/bdsm.js/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/barbuza/bdsm.js.git"
}
}