UNPKG

phantalyzer

Version:

A PhantomJS script for running Wappalyzer over many sites using a headless Webkit browser

36 lines (35 loc) 899 B
{ "name": "phantalyzer", "version": "0.1.80", "description": "A PhantomJS script for running Wappalyzer over many sites using a headless Webkit browser", "main": "simple.js", "dependencies": { "q" : "0.8.12", "string" : "1.2.0", "underscore" : "1.4.4", "csv" : "0.3.3", "mustache" : "0.7.2", "finite-csv" : "0.0.3", "commander" : "1.3.0", "connect" : "2.10.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Michael Connor", "license": "BSD", "keywords": [ "compliance", "tags", "analytics", "crawler", "report", "PhantomJS", "Wappalyzer" ], "repository": { "type": "git", "url": "https://github.com/mlconnor/phantalyzer" }, "files" : [ "csv2phant.js", "phant2csv.js", "phantalyzer.js", "regexlist.json", "wappalyzer", "server.js" ] }