-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 915 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
{
"name": "otrtalk",
"version": "0.4.5",
"main": "otrtalk.js",
"bin": {
"otrtalk": "./otrtalk.js"
},
"description": "distributed p2p off-the-record two-party chat",
"homepage": "https://github.com/mnaamani/otrtalk",
"keywords": ["p2p", "messaging", "chat", "privacy", "encrypted", "otr", "telehash", "freedom", "dht", "enet"],
"author": {
"name": "Mokhtar Naamani",
"email": "[email protected]",
"url": "https://github.com/mnaamani"
},
"repository": {
"type": "git",
"url": "[email protected]:mnaamani/otrtalk.git"
},
"dependencies": {
"async": "=0.9.0",
"get-telehash": "=0.2.2",
"enet": "=0.2.9",
"otr4-em": "=0.2.3",
"ansi": "=0.2.0",
"keypress": "=0.2.1",
"cli-table": "=0.2.0",
"underscore": "*",
"xml2js": "=0.1.14",
"request": "=2.10.0",
"ip": "=0.0.5",
"debug": "=2.1.1",
"bittorrent-dht": "=3.0.0",
"node-dir": "=0.1.6"
},
"license": "GPL-2.0"
}