imagecolors
Version:
Use a combination of color quantization algorithms and human fiddling to get human perceivable colors out of an image.
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "imagecolors",
"description": "Use a combination of color quantization algorithms and human fiddling to get human perceivable colors out of an image.",
"version": "0.13.1",
"author": "Toby Miller <toby.miller@tobius.com>",
"keywords": [
"colors",
"graphicsmagick",
"image",
"image colors",
"imagecolors",
"imagemagick",
"palette",
"quantization"
],
"main": "./main.js",
"homepage": "http://github.com/tobius/imagecolors",
"repository": {
"type": "git",
"url": "git://github.com/tobius/imagecolors.git"
},
"dependencies": {
"color": "^4.0.1",
"color-diff": "^1.2.0",
"gm": "^1.23.1"
},
"devDependencies": {
"chai": "^4.3.4",
"depcheck": "^1.4.2",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.23.4",
"mocha": "^9.0.1",
"nodemon": "^2.0.8",
"npm-check": "^5.9.2"
},
"scripts": {
"dep-check": "npx depcheck",
"dep-upgrade": "npx npm-check --update",
"dev": "npx nodemon --exec 'npm run test && npm run lint && node examples/web.js'",
"lint": "npx eslint . --ext js",
"test": "npx mocha -R spec"
},
"engines": {
"node": ">=12"
},
"readmeFilename": "README.md",
"gitHead": "a228a77cab3cbb4be86469acb3e18a08851c7178",
"directories": {
"example": "examples",
"test": "test"
},
"license": "MIT"
}