Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « ui-regression « tests - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc94d34e3985e5c8b13931f82f9637405bcd7a2a (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.27.13",
        "puppeteer": "^1.6.1"
    }
}