-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "qa-screenshot-comparator",
"description": "Simple tool for generating and comparing websitre screenshots.",
"keywords": [
"screenshot",
"compare",
"image",
"comparator",
"simple"
],
"version": "1.1.7",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cli-progress": "^1.8.0",
"fs-extra": "^5.0.0",
"jimp": "^0.6.0",
"log-update": "^2.3.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"puppeteer": "1.3.0",
"sitemap-generator": "git+https://github.com/apolloeleven/sitemap-generator.git",
"underscore": "^1.8.3",
"winston": "^2.4.1",
"yargs": "^11.0.0"
},
"files": [
"index.js",
".gitlab-ci.yml",
"app.js",
"CliColor.php",
"compare-image.js",
"env.dist.js",
"generator.js",
"ImageCompare.php",
"index-single.php",
"Logger.php",
"README.md",
"Roboto-Regular.ttf",
"sitemap.xml",
"src/"
]
}