forked from codeceptjs/codeceptjs-resemblehelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 818 Bytes
/
package.json
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.1",
"description": "Resemble Js helper for CodeceptJS, with Support for Webdriver, Puppeteer & Appium",
"repository": {
"type": "git",
"url": "[email protected]: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 <[email protected]>",
"license": "MIT"
}