forked from cabal-club/cabal-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
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
{
"name": "cabal-node",
"version": "2.2.0",
"description": " p2p db functions for chat ",
"main": "index.js",
"scripts": {
"test": "node test.js",
"docs": "documentation readme index.js --section=API"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabal-club/cabal-node.git"
},
"keywords": [
"cabal",
"decentralized",
"swarm",
"chat",
"p2p",
"hyperdb"
],
"author": "Karissa McKelvey",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cabal-club/cabal-node/issues"
},
"homepage": "https://github.com/cabal-club/cabal-node#readme",
"dependencies": {
"concat-stream": "^1.6.2",
"crypto": "^1.0.1",
"dat-encoding": "^5.0.1",
"dat-swarm-defaults": "^1.0.1",
"discovery-swarm": "^5.1.1",
"hyperdb": "^3.1.2",
"strftime": "^0.10.0",
"through2": "^2.0.3"
},
"devDependencies": {
"collect-stream": "^1.2.1",
"documentation": "^6.3.2",
"random-access-memory": "^3.0.0",
"standard": "^11.0.1",
"tape": "^4.9.0"
}
}