UNPKG

gulp-image-diff

Version:

Image diff'ing tool that compares pixel by pixel.

44 lines (43 loc) 1.01 kB
{ "name": "gulp-image-diff", "version": "0.3.0", "description": "Image diff'ing tool that compares pixel by pixel.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/MadLittleMods/gulp-image-diff.git" }, "keywords": [ "diff", "image-diff", "difference", "image", "compare", "gulp", "gulpplugin", "gulpfriendly" ], "author": "Eric Eastwood <contact@ericeastwood.com> (http://ericeastwood.com/)", "license": "MIT", "bugs": "https://github.com/MadLittleMods/gulp-image-diff/issues", "scripts": { "test": "mocha" }, "dependencies": { "bluebird": "^2.9.5", "extend": "^2.0.0", "fs-extra": "^0.14.0", "gulp-util": "^3.0.2", "pngjs": "^0.4.0", "pngparse": "^2.0.1", "stream-to-buffer": "^0.1.0", "through2": "^0.6.3" }, "devDependencies": { "chai": "^1.10.0", "chai-as-promised": "^4.1.1", "event-stream": "^3.2.2", "gulp": "^3.8.10", "mocha": "^2.1.0" } }