UNPKG

argus-eyes

Version:

A lightweight commandline tool for visual regression testing of UI components.

56 lines (55 loc) 1.33 kB
{ "name": "argus-eyes", "version": "0.6.0", "description": "A lightweight commandline tool for visual regression testing of UI components.", "main": "bin/argus-eyes.js", "bin": { "argus-eyes": "bin/argus-eyes.js" }, "scripts": { "test": "node tests/runner.js" }, "preferGlobal": true, "engines": { "node": ">=4.0" }, "engine-strict": true, "repository": { "type": "git", "url": "git+https://github.com/arguseyes/argus-eyes.git" }, "keywords": [ "visual regression", "visual", "regression", "testing", "phantomjs", "phantomcss" ], "contributors": [ "Bran van der Meer <branmovic@gmail.com> (http://bran.name/)", "Maarten Groeneweg <maarten@groeneweg.eu> (http://www.lazytesting.com/)", "Christiaan Stegeman <c.stegeman@gmail.com>" ], "license": "CC-BY-4.0", "bugs": { "url": "https://github.com/arguseyes/argus-eyes/issues" }, "homepage": "http://arguseyes.io/", "dependencies": { "async": "^2.0.0-rc.5", "blink-diff": "^1.0.12", "chalk": "^1.1.1", "glob": "^7.0.3", "image-size": "^0.5.0", "mkdirp": "^0.5.1", "phantomjs-prebuilt": "^2.1.4", "rimraf": "^2.5.0", "yargs": "^4.7.1" }, "devDependencies": { "basic-auth": "^1.0.4", "connect": "^3.4.1", "mocha": "^2.5.1" } }