neuquant
Version:
JavaScript port of the NeuQuant image quantization algorithm
32 lines (31 loc) • 684 B
JSON
{
"name": "neuquant",
"version": "1.0.2",
"description": "JavaScript port of the NeuQuant image quantization algorithm",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/devongovett/neuquant.git"
},
"keywords": [
"image",
"stream",
"pixel-stream",
"quantization"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devongovett/neuquant/issues"
},
"homepage": "https://github.com/devongovett/neuquant",
"dependencies": {
"pixel-stream": "^1.0.3"
},
"devDependencies": {
"mocha": "^2.0.1"
}
}