summaryrefslogtreecommitdiffstats
path: root/tests/ui-regression/package.json
blob: 8ab4cf530f2dd1185131237a2bf0b229a517ae80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "ui-regression",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "test": "mocha test/"
    },
    "author": "",
    "dependencies": {
        "chai": "^4.1.2",
        "fs": "0.0.1-security",
        "mocha": "^5.2.0",
        "mocha-json-report": "0.0.2",
        "pixelmatch": "^4.0.2",
        "png-js": "^0.1.1",
        "pngjs2": "^2.0.0",
        "polyserve": "^0.23.0",
        "puppeteer": "^1.6.1"
    }
}