summaryrefslogtreecommitdiffstats
path: root/tests/ui-regression/package.json
blob: ec4e81bee9f33bce3a2c73593d7b82cc07ef33f0 (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": "^5.0.2",
        "png-js": "^0.1.1",
        "pngjs2": "^2.0.0",
        "polyserve": "^0.27.13",
        "puppeteer": "^1.6.1"
    }
}