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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

29 lines
605 B

{
"name": "wrappalyzer",
"version": "2.0.0",
"description": "NPM Module that uncovers the technologies used on websites",
"main": "index.js",
"scripts": {
"test": "mocha -t 15000"
},
"repository": {
"type": "git",
"url": "https://github.com/ElbertF/Wappalyze"
},
"keywords": [
"wappalyzer"
],
"author": "Pasindu De Silva",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/ElbertF/Wappalyze/issues"
},
"homepage": "https://github.com/ElbertF/Wappalyze",
"directories": {
"test": "test"
},
"dependencies": {
"request": "^2.51.0"
}
}