-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.js
43 lines (43 loc) · 899 Bytes
/
package.js
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
{
"name": "zoinks",
"version": "1.1.2",
"_requested": {
"type": "tag",
"registry": true,
"raw": "zoinks",
"name": "zoinks",
"escapedName": "zoinks",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"bin": {
"zoinks": "zoinks.js"
},
"bugs": {
"url": "https://github.com/Mindgrub/zoinks/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Mindgrub/zoinks.git"
},
"description": "Crawls through provided website, checking for 200 response, content load, ssl cert errors, and more!",
"dependencies": {
"puppeteer": "^1.15.0",
"minimist": "^1.2.0"
},
"main": "zoinks.js",
"scripts": {
"": "node zoinks"
},
"keywords": [
"zoinks",
"webcrawler",
"test"
],
"author": "Tim Sibiski",
"license": "GPL-3.0"
}