-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "git-remote-ipfs-mam",
"version": "0.3.20",
"description": "Git remote that publishes to IPFS and broadcasts updates to the IOTA tangle.",
"bin": "git-remote-ipfs+mam",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhappy/git-remote-ipfs-mam.git"
},
"keywords": [
"IPFS",
"git"
],
"author": "Will Holcomb <dys@dhappy.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhappy/git-remote-ipfs-mam/issues"
},
"homepage": "https://github.com/dhappy/git-remote-ipfs-mam#readme",
"dependencies": {
"@iota/mam.js": "^1.0.0-beta.6",
"@metamask/inpage-provider": "^5.0.0",
"@textile/threads-database": "^0.1.5",
"crypto-ld": "^3.7.0",
"iota.crypto.js": "^0.4.2",
"ipfs": "^0.43.1",
"ipfs-http-client": "^44.1.0",
"it-all": "^1.0.2",
"jsonld-signatures": "^5.1.0",
"leveldown": "^5.6.0",
"levelup": "^4.4.0",
"node-lmdb": "^0.8.0",
"node-metamask": "^1.1.2",
"nodegit": "^0.26.5",
"open": "^7.0.3",
"orbit-db": "file:../orbit-db",
"post-message-stream": "^3.0.0",
"textile": "0.0.1",
"tmp": "^0.2.1",
"web3": "^1.2.7"
}
}