-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 961 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
42
43
44
45
46
47
48
{
"name": "cabal-p5js",
"version": "0.0.1",
"description": "cabal replication diagnostics",
"main": "index.js",
"bin": {
"crepes": "minimal-puppet.js"
},
"dependencies": {
"cabal-core": "^5.1.2",
"discovery-swarm": "^5.1.2",
"events": "^3.0.0",
"express": "^4.16.4",
"inherits": "^2.0.3",
"minimist": "^1.2.0",
"random-access-memory": "^3.1.1",
"socket.io": "^2.2.0",
"thunky": "^1.0.3",
"ws": "^7.0.0"
},
"devDependencies": {
"standard": "^11.0.1"
},
"scripts": {
"test": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabal-club/cabal.git"
},
"keywords": [
"decent",
"dat",
"chat",
"cabal",
"decentralize",
"p2p"
],
"authors": [
"cblgh"
],
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cabal-club/cabal/issues"
},
"homepage": "https://cabal.chat",
"author": ""
}