forked from ipfs-inactive/npm-go-ipfs-dep
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.69 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
58
59
60
61
{
"name": "rust-ipfs-dep",
"version": "0.1.0",
"description": "Install the latest rust-ipfs binary",
"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/ipfs-rust/npm-rust-ipfs-dep.git"
},
"dependencies": {
"go-platform": "^1.0.0",
"gunzip-maybe": "^1.4.1",
"node-fetch": "^2.3.0",
"pkg-conf": "^3.1.0",
"tar-fs": "^2.0.0",
"unzip-stream": "^0.3.0"
},
"keywords": [
"ipfs",
"install"
],
"author": "Mark Robert Henderson <mark@mrh.io> (https://mrh.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/npm-rust-ipfs-dep/issues"
},
"homepage": "https://github.com/ipfs/npm-rust-ipfs-dep",
"devDependencies": {
"aegir": "^18.2.0",
"execa": "^1.0.0",
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alex Potsides <alex@achingbrain.net>",
"David Dias <daviddias.p@gmail.com>",
"Edward Silverton <e.silverton@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Haad <haadcode@users.noreply.github.com>",
"Harlan T Wood <harlantwood@users.noreply.github.com>",
"Henrique Dias <hacdias@gmail.com>",
"Mark Robert Henderson <mark@mrh.io>",
"Oli Evans <oli@tableflip.io>",
"Scott Hardy <scott.the.hardy@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"haad <haad@headbanggames.com>",
"olizilla <olizilla@users.noreply.github.com>"
]
}