forked from codeceptjs/codeceptjs-resemblehelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "codeceptjs-resemblehelper",
"version": "1.9.5",
"description": "Resemble Js helper for CodeceptJS, with Support for Playwright, Webdriver, TestCafe, Puppeteer & Appium",
"repository": {
"type": "git",
"url": "git@github.com:Percona-Lab/codeceptjs-resemblehelper.git"
},
"dependencies": {
"assert": "^1.5.0",
"canvas": "^2.6.1",
"mz": "^2.7.0",
"resemblejs": "^3.2.4",
"mkdirp": "^1.0.4",
"path": "^0.12.7",
"aws-sdk": "^2.662.0",
"image-size": "^0.8.3"
},
"devDependencies": {
"allure-commandline": "^2.13.0",
"codeceptjs": "^2.3.5",
"mocha": "^6.2.2",
"mochawesome": "^4.1.0"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"resemblejs",
"codeceptjs-resemble"
],
"author": "Puneet Kala <puneet.kala@percona.com>",
"license": "MIT"
}