-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
78 lines (78 loc) · 2.23 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ipfs-npm",
"version": "0.16.3",
"description": "Install your npm dependencies using IPFS and the distributed web! :D",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/cli/bin.js",
"bin": {
"ipfs-npm": "src/cli/bin.js",
"npm-ipfs": "src/cli/bin.js",
"ipfs-yarn": "src/cli/bin.js",
"yarn-ipfs": "src/cli/bin.js"
},
"scripts": {
"test": "aegir test -t node",
"test:node": "aegir test -t node",
"coverage": "aegir coverage",
"lint": "aegir lint",
"start": "node .",
"release": "aegir release -t node",
"release-minor": "aegir release --type minor -t node",
"release-major": "aegir release --type major -t node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/npm-on-ipfs.git"
},
"keywords": [
"IPFS",
"npm",
"cache",
"offline"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/npm-on-ipfs/issues"
},
"homepage": "https://github.com/ipfs-shipyard/npm-on-ipfs#readme",
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"debug": "^4.1.1",
"dnscache": "^1.0.2",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"ipfs": "^0.36.3",
"ipfs-http-client": "^32.0.1",
"ipfs-registry-mirror-common": "^1.0.13",
"ipfsd-ctl": "~0.42.2",
"once": "^1.4.0",
"rc": "^1.2.8",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"which-promise": "^1.0.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"aegir": "^19.0.3",
"go-ipfs-dep": "~0.4.20",
"mock-require": "^3.0.3",
"npm-run-all": "^4.1.5",
"output-buffer": "^1.2.0",
"sinon": "^7.3.2",
"yarn": "^1.16.0"
},
"contributors": [
"Alan Shaw <[email protected]>",
"Andrew Nesbitt <[email protected]>",
"Danny Arnold <[email protected]>",
"David Dias <[email protected]>",
"Diogo Silva <[email protected]>",
"Henrique Dias <[email protected]>",
"Jessica Schilling <[email protected]>",
"Lars-Magnus Skog <[email protected]>",
"Mateusz Naściszewski <[email protected]>",
"achingbrain <[email protected]>",
"dignifiedquire <[email protected]>",
"gonders <[email protected]>"
]
}