{ "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" } }