brakko
Version:
Simple runner based on backstopJs for Visual Regression Test
26 lines (25 loc) • 563 B
JSON
{
"name": "brakko",
"version": "1.3.0",
"description": "Simple runner based on backstopJs for Visual Regression Test",
"keywords": [
"backstopjs",
"regression",
"testing",
"scenarios",
"css-testing"
],
"main": "index.js",
"repository": "https://github.com/mantovanig/brakko.git",
"bugs": {
"url": "https://github.com/mantovanig/brakko/issues"
},
"author": "mantovanig",
"license": "MIT",
"dependencies": {
"backstopjs": "^2.6.14",
"globby": "^6.1.0",
"jsonfile": "^2.4.0",
"lodash": "^4.17.3"
}
}