-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
35 lines (35 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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" ]
}