Remove NPM dependency

main
Elbert Alias 7 years ago
parent de5453f8a2
commit 324af65055

@ -2,7 +2,7 @@
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.4.17",
"version": "5.4.19",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {
@ -20,7 +20,6 @@
"wappalyzer": "./index.js"
},
"dependencies": {
"npm": "^6.1.0",
"request": "^2.85.0",
"zombie": "^5.0.8"
}