pixelmatch/package.json
Vladimir Agafonkin 38b395747e 5.2.0
2020-04-17 13:24:05 +03:00

43 lines
920 B
JSON

{
"name": "pixelmatch",
"version": "5.2.0",
"description": "The smallest and fastest pixel-level image comparison library.",
"main": "index.js",
"bin": {
"pixelmatch": "bin/pixelmatch"
},
"files": [
"bin/pixelmatch"
],
"dependencies": {
"pngjs": "^4.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-mourner": "^3.0.0",
"tape": "^4.13.2"
},
"scripts": {
"pretest": "eslint index.js bin/pixelmatch test/test.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/pixelmatch.git"
},
"keywords": [
"image",
"comparison",
"diff"
],
"eslintConfig": {
"extends": "mourner"
},
"author": "Vladimir Agafonkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/pixelmatch/issues"
},
"homepage": "https://github.com/mapbox/pixelmatch#readme"
}