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

package.json « screenshot-testing « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e296f76e8c4cde61bfa8a9b75dd0200d246784b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "matomo-screenshot-testing",
  "version": "1.0.0",
  "main": "index.js",
  "author": "Matomo Team",
  "license": "GPL-3.0+",
  "dependencies": {
    "chai": "^4.1.2",
    "chai-files": "^1.4.0",
    "chai-image-assert": "^1.2.0",
    "fs-extra": "^7.0.1",
    "mocha": "^5.2.0",
    "puppeteer": "^2.1.1",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "url-parse": "^1.4.3"
  }
}