2018-02-14 17:04:08 +03:00
|
|
|
{
|
|
|
|
"name": "ui-regression",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha test/"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"dependencies": {
|
|
|
|
"chai": "^4.1.2",
|
2018-07-16 23:06:44 +03:00
|
|
|
"mocha": "^5.2.0",
|
2018-02-14 17:04:08 +03:00
|
|
|
"mocha-json-report": "0.0.2",
|
2019-06-16 04:13:18 +03:00
|
|
|
"pixelmatch": "^5.0.2",
|
2018-02-14 17:04:08 +03:00
|
|
|
"png-js": "^0.1.1",
|
|
|
|
"pngjs2": "^2.0.0",
|
2018-10-22 21:35:41 +03:00
|
|
|
"polyserve": "^0.27.13",
|
2018-07-16 23:06:44 +03:00
|
|
|
"puppeteer": "^1.6.1"
|
2018-02-14 17:04:08 +03:00
|
|
|
}
|
|
|
|
}
|