forked from securing/gattacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 835 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
40
41
{
"name": "gattacker",
"version": "0.2.1",
"description": "GATTacker",
"author": "Slawomir Jasek <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/securing/gattacker"
},
"main": "advertise.js",
"scripts": {
"advertise": "node advertise.js",
"scan": "node scan.js",
"ws-slave": "node ws-slave.js"
},
"keywords": [
"bluetooth",
"BLE",
"bluetooth low energy",
"bluetooth smart",
"MITM",
"man in the middle",
"debug",
"proxy"
],
"os": [
"linux"
],
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"bluetooth-hci-socket" : "^0.4.3",
"bplist-parser": "^0.0.6",
"colors": "^1.1.2",
"debug": "^2.6.9",
"env2": "^2.1.0",
"glob": "^7.0.5",
"ws": "^1.1.1",
"node-getopt" : "^0.2.3"
}
}