-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 872 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
{
"name": "crypto-chat",
"version": "1.0.10",
"description": "Encrypted chat via terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelnovaes/crypto-chat.git"
},
"keywords": [
"crypto",
"cypher",
"chat",
"messages",
"instant"
],
"author": "Samuel Novaes",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/samuelnovaes/crypto-chat/issues"
},
"homepage": "https://github.com/samuelnovaes/crypto-chat#readme",
"dependencies": {
"blessed": "*",
"socket.io": "*",
"socket.io-client": "*"
},
"bin": {
"crypto-chat": "index.js"
}
}