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.
29 lines
605 B
29 lines
605 B
10 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|