-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 991 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": "hyperswarm-web",
"version": "2.2.0",
"description": "Implementation of the hyperswarm API for use in web browsers",
"main": "index.js",
"scripts": {
"test": "node test"
},
"bin": {
"hyperswarm-web": "bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/hyperswarm-web.git"
},
"keywords": [
"hyperswarm",
"proxy",
"web",
"browser",
"webrtc"
],
"author": "rangermauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/hyperswarm-web/issues"
},
"homepage": "https://github.com/RangerMauve/hyperswarm-web#readme",
"dependencies": {
"@geut/discovery-swarm-webrtc": "^4.0.1",
"duplexpair": "^1.0.1",
"hyperswarm-proxy-ws": "^1.2.0",
"minimist": "^1.2.0",
"send": "^0.17.1",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"get-port": "^5.1.0",
"hyperswarm": "^2.4.0",
"tape": "^4.12.1",
"wrtc": "^0.4.6"
}
}