-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 Bytes
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
{
"name": "git-remote-mango",
"version": "0.0.2",
"description": "Git remote helper for Mango",
"bin": "git-remote-mango",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axic/git-remote-mango.git"
},
"author": "Alex Beregszaszi <alex@rtfs.hu>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/axic/git-remote-mango/issues"
},
"homepage": "https://github.com/axic/git-remote-mango#readme",
"keywords": [
"git",
"ethereum",
"ipfs"
],
"dependencies": {
"async": "^1.5.2",
"ethereumjs-util": "^4.4.1",
"ipfs": "^0.13.0",
"multicb": "^1.2.1",
"pull-git-remote-helper": "^1.3.2",
"pull-stream": "^3.4.2",
"rlp": "^2.0.0",
"stream-to-pull-stream": "^1.6.9",
"web3": "^0.16.0"
}
}