forked from DigitalSecurity/btlejuice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 906 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
36
37
38
39
{
"name": "btlejuice",
"version": "1.1.4",
"description": "Bluetooth Low-Energy spoofing and MitM framework",
"main": "index.js",
"bin": {
"btlejuice": "bin/cmd_btlejuice.js",
"btlejuice-proxy": "bin/cmd_btlejuice_proxy.js"
},
"dependencies": {
"argparse": "^1.0.7",
"async": "^1.5.2",
"bleno": "^0.4.0",
"colors": "^1.1.2",
"ejs": "^2.4.2",
"express": "^4.14.0",
"jsonfile": "^2.2.3",
"noble": "^1.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"winston": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo 'no test command'; exit 1;"
},
"keywords": [
"bluetooth",
"le",
"spoofing",
"mitm"
],
"repository": {
"type": "git",
"url": "https://github.com/DigitalSecurity/btlejuice"
},
"author": "Damien Cauquil <[email protected]>",
"license": "MIT"
}