-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1013 Bytes
/
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
{
"name": "go-libp2p-dep",
"version": "0.11.3",
"description": "Install the latest go-libp2p binary",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"scripts": {
"install": "node src/bin.js",
"test": "tape test/*.js | tap-spec",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/npm-go-libp2p-dep.git"
},
"dependencies": {
"go-platform": "^1.0.0",
"gunzip-maybe": "^1.4.1",
"p-retry": "^4.6.1",
"request": "^2.88.0",
"tar-fs": "^2.0.0",
"unzip-stream": "^0.3.0"
},
"keywords": [
"libp2p",
"install"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/npm-go-libp2p-dep/issues"
},
"homepage": "https://github.com/libp2p/npm-go-libp2p-dep",
"devDependencies": {
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.10.1"
}
}