-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 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
34
35
36
37
{
"name": "wappalyzer-puppeteer",
"version": "0.1.1",
"description": "Wappalyzer cli using puppeteer as browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realhidden/wappalyzer-puppeteer.git"
},
"keywords": [
"wappalyzer",
"puppeteer"
],
"author": {
"name": "Zsombor Paroczi",
"email": "zsombor.paroczi@gmail.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/realhidden/wappalyzer-puppeteer/issues"
},
"homepage": "https://github.com/realhidden/wappalyzer-puppeteer#readme",
"bin": {
"wappalyzer-puppeteer": "./cli.js"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"dependencies": {
"puppeteer": "2.x",
"puppeteer-cluster": "^0.18.0",
"wappalyzer": "5.x"
}
}