forked from cabal-club/cabal-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 815 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 815 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
35
36
37
38
39
40
41
42
{
"name": "cabal",
"version": "2.0.0",
"description": "p2p forum software",
"main": "index.js",
"bin": {
"cabal": "cli.js"
},
"dependencies": {
"cabal-node": "^2.0.0",
"chalk": "^2.4.1",
"minimist": "^1.2.0",
"neat-log": "^2.4.0",
"strftime": "^0.10.0",
"through2": "^2.0.3"
},
"devDependencies": {
"standard": "^11.0.1"
},
"scripts": {
"test": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabal-club/cabal.git"
},
"keywords": [
"hyperdb",
"decent",
"dat",
"chat",
"cabal",
"decentralize",
"p2p"
],
"author": "cblgh",
"license": "ISC",
"bugs": {
"url": "https://github.com/cabal-club/cabal/issues"
},
"homepage": "https://github.com/cabal-club/cabal#readme"
}