UNPKG

hermione-reassert-view

Version:
41 lines (40 loc) 920 B
{ "name": "hermione-reassert-view", "version": "4.0.1", "description": "Plugin to make image comparison less strict", "scripts": { "lint": "eslint .", "test": "mocha test/ --config test/.mocharc.js && npm run lint" }, "repository": { "type": "git", "url": "git@github.com:gemini-testing/hermione-reassert-view.git" }, "keywords": [ "hermione", "plugin", "assert", "view", "resemblejs" ], "author": "Anton Usmansky <j0tunn@ya.ru>", "license": "MIT", "devDependencies": { "chai": "^4.1.2", "eslint": "^3.3.1", "eslint-config-gemini-testing": "^2.2.0", "lodash": "^4.17.11", "mocha": "^10.1.0", "proxyquire": "^2.1.0", "sinon": "^6.0.1" }, "dependencies": { "canvas": "^2.10.2", "debug": "^4.1.0", "gemini-configparser": "^1.0.0", "resemblejs": "^4.1.0" }, "peerDependencies": { "hermione": ">=5.2.0" } }