You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
497 B
24 lines
497 B
{
|
|
"name": "wappalyzer",
|
|
"description": "Uncovers the technologies used on websites",
|
|
"homepage": "https://github.com/AliasIO/Wappalyzer",
|
|
"version": "5.1.2",
|
|
"author": "Elbert Alias",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AliasIO/Wappalyzer"
|
|
},
|
|
"main": "driver.js",
|
|
"files": [
|
|
"apps.json",
|
|
"index.js",
|
|
"driver.js",
|
|
"wappalyzer.js"
|
|
],
|
|
"dependencies": {
|
|
"request": "^2.81.0",
|
|
"zombie": "^5.0.7"
|
|
}
|
|
}
|