png-differ
Version:
Small PNG diff utility, written in pure JS for Node.
34 lines (33 loc) • 648 B
JSON
{
"name": "png-differ",
"version": "0.0.3",
"description": "Small PNG diff utility, written in pure JS for Node.",
"main": "index.js",
"dependencies": {
"pngjs2": "^1.0.0",
"streamifier": "^0.1.0"
},
"devDependencies": {
"concat-stream": "^1.4.3",
"mocha": "^1.17.1",
"should": "^3.1.3"
},
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/noodny/png-diff"
},
"keywords": [
"png",
"diff",
"compare",
"image"
],
"author": "noodny",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodny/png-diff/issues"
}
}