-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 831 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 831 Bytes
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
{
"name": "wappalyzer-rm",
"description": "Identify technology on websites",
"keywords": [
"analyze",
"identify",
"detect",
"detector",
"technology",
"cms",
"framework",
"library",
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.11.0",
"author": "Wappalyzer",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/RedMapleTech/wappalyzer-rm"
},
"funding": [
{
"url": "https://github.com/sponsors/aliasio"
}
],
"main": "driver.js",
"files": [
"cli.js",
"categories.json",
"driver.js",
"index.js",
"technologies/*",
"wappalyzer.js"
],
"bin": {
"wappalyzer": "./cli.js"
},
"dependencies": {
"puppeteer": "^21.5.0"
},
"engines": {
"node": ">=16"
}
}