forked from devopsgroup-io/siteshooter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "siteshooter",
"description": "Automate full website screenshots and PDF generation with multiple viewports",
"version": "1.13.5",
"bin": {
"siteshooter": "./bin/siteshooter.js"
},
"scripts": {
"test": "mocha",
"release": "standard-version"
},
"main": "./index.js",
"repository": "https://github.com/devopsgroup-io/siteshooter",
"homepage": "https://devopsgroup.io/",
"bugs": {
"url": "https://github.com/devopsgroup-io/siteshooter/issues"
},
"keywords": [
"screen shots",
"screenshots",
"seo reporting",
"pdf generation",
"sitemap",
"sitemap generator",
"screen capture",
"automation"
],
"author": {
"name": "Steve Britton",
"email": "[email protected]",
"url": "https://devopsgroup.io"
},
"license": "MIT",
"dependencies": {
"async-foreach": "^0.1.3",
"chalk": "^2.4.0",
"globby": "^8.0.1",
"image-size": "^0.6.1",
"imagemin": "^5.3.1",
"imagemin-pngquant": "^5.1.0",
"json2csv": "^4.1.2",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"pdfkit": "^0.8.3",
"phantom": "^4.0.5",
"q": "^1.5.0",
"simplecrawler": "^1.1.5",
"time-stamp": "^2.0.0",
"update-notifier": "^2.2.0",
"url-parse": "^1.3.0",
"xml2js": "^0.4.19",
"xmlbuilder": "^9.0.7",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^5.1.0",
"standard-version": "^4.2.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.8.6"
}
}