-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 712 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 712 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
{
"name": "hyper-chat-cli",
"description": "A P2P command line chat powered by hyperdb.",
"version": "0.1.0",
"main": "index.js",
"bin": {
"hyper-chat": "./cli.js"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"todo"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/hyper-chat-cli",
"repository": "derhuerst/hyper-chat-cli",
"bugs": "https://github.com/derhuerst/hyper-chat-cli/issues",
"license": "ISC",
"engines": {
"node": ">=6"
},
"dependencies": {
"airswarm": "^1.1.0",
"cat-names": "^1.0.2",
"env-paths": "^1.0.0",
"hyperdb": "^3.0.0-2",
"mkdirp": "^0.5.1",
"mri": "^1.1.0",
"really-basic-chat-ui": "^0.3.3"
}
}