-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.63 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "flockmanager",
"version": "1.7.1",
"description": "create and manage flocks which hold data and connections to peers connected on a shared hyperswarm topic using invite keys",
"main": "index.js",
"imports": {
"os": {
"bare": "bare-os",
"default": "os"
},
"events": {
"bare": "bare-events",
"default": "events"
},
"crypto": {
"bare": "bare-crypto",
"default": "crypto"
}
},
"scripts": {
"format": "npx standard --fix",
"lint": "npx standard",
"test:bare": "brittle-bare test/index.js",
"test:node": "brittle-node test/index.js",
"test": "npx standard && npm run test:node && npm run test:bare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geordangesink/flockmanager.git"
},
"keywords": [
"peer-to-peer",
"management"
],
"author": "Geordan Gesink",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/geordangesink/flockmanager/issues"
},
"homepage": "https://github.com/geordangesink/flockmanager#readme",
"dependencies": {
"autobase": "^7.24.0",
"b4a": "^1.7.3",
"bare-events": "^2.8.3",
"bare-os": "^3.8.7",
"blind-pairing": "^2.3.1",
"compact-encoding": "^2.18.0",
"corestore": "^7.9.2",
"hyperbee": "^2.26.5",
"hyperswarm": "^4.17.0",
"random-access-memory": "^6.2.1",
"ready-resource": "^1.2.0",
"z32": "^1.1.0"
},
"devDependencies": {
"bare-crypto": "^1.13.7",
"bare-process": "^4.4.1",
"brittle": "^3.19.1",
"fs": "^0.0.1-security",
"hyperdht": "^6.27.1",
"standard": "^17.1.2",
"test-tmp": "^1.4.0"
}
}