-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "get-airgeddon",
"version": "1.5.4",
"description": "Download airgeddon required files from github.",
"author": "xtonousou <[email protected]> (https://xtonousou.github.io)",
"license": "GPL-3.0+",
"os": [
"linux"
],
"main": "main.js",
"bin": {
"get-airgeddon": "./main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v1s1t0r1sh3r3/get-airgeddon.git"
},
"keywords": [
"downloader",
"bash",
"linux",
"hacking",
"cracking",
"wireless",
"auditing",
"analyzing",
"WPA",
"WPS",
"WEP",
"AP"
],
"bugs": {
"url": "https://github.com/v1s1t0r1sh3r3/get-airgeddon/issues"
},
"dependencies": {
"async": "^2.1.5",
"chalk": "^1.1.3",
"cli-spinners": "^1.0.0",
"github-api": "^3.2.2",
"is-online": "^6.1.0",
"is-reachable": "^2.3.2",
"ora": "^1.1.0",
"username": "^4.1.0",
"snyk": "^1.192.3"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}