-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "metadb-core",
"version": "2.0.0",
"description": "Index and share media files peer-to-peer using kappa-core",
"main": "index.js",
"scripts": {
"test": "tape 'test/**/*.test.js' | tap-spec",
"protobuf": "protocol-buffers lib/schema.proto -o lib/messages.js",
"protobuf-transfer": "protocol-buffers lib/file-transfer/schema.proto -o lib/file-transfer/messages.js"
},
"author": "ameba23",
"license": "AGPL-3.0-only",
"dependencies": {
"@corestore/networker": "^1.0.4",
"confirm-key": "^1.0.0",
"corestore": "^5.8.1",
"debug": "^4.3.1",
"deepmerge": "^4.2.2",
"hyperswarm": "^2.15.3",
"js-yaml": "^3.14.1",
"kappa-core": "github:Frando/kappa-core#kappa5-new",
"level": "^6.0.1",
"metadata-extract": "^2.0.2",
"micromatch": "^4.0.2",
"mkdirp": "^1.0.4",
"protocol-buffers-encodings": "^1.1.1",
"random-access-file": "^2.2.0",
"sodium-native": "^3.2.0",
"speedometer": "^1.1.0",
"subleveldown": "^5.0.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
"tap-spec": "^5.0.0",
"tape": "^5.0.1",
"tape-plus": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameba23/metadb-core.git"
},
"keywords": [
"metadb",
"harddrive-party",
"peer-to-peer",
"p2p",
"dat",
"kappa-core",
"exiftool",
"filesharing",
"file-sharing"
],
"bugs": {
"url": "https://github.com/ameba23/metadb-core/issues"
},
"homepage": "https://github.com/ameba23/metadb-core"
}