-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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": "hackwifi",
"version": "1.0.5",
"description": "**hackwifi** is a tool made for hacking wifi passwords",
"bin": {
"hackwifi": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"author": "Igwaneza Bruce <knowbeeinc@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"check-os": "^1.0.1",
"clear": "^0.1.0",
"commander": "^6.2.1",
"console.table": "^0.10.0",
"figlet": "^1.5.0",
"ora": "^5.1.0",
"shell-exec": "^1.0.2"
},
"bugs": {
"url": "https://github.com/knowbee/hackwifi/issues"
},
"homepage": "https://github.com/knowbee/hackwifi#readme",
"devDependencies": {},
"keywords": [
"wifi",
"hack wifi",
"wifi passwords",
"network"
]
}