-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
{
"name": "anysocket",
"version": "0.4.29",
"description": "An abstract networking layer over multiple transports, client/server agnostic with support for E2EE",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lynxaegon/anysocket.git"
},
"keywords": [
"anysocket",
"e2ee",
"network",
"socket",
"websocket",
"ws",
"wss",
"tcp",
"http",
"https",
"udp",
"binary",
"end-to-end",
"encrypted",
"json",
"rpc",
"proxy",
"p2p"
],
"author": "Andrei Vaduva",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynxaegon/anysocket/issues"
},
"homepage": "https://github.com/lynxaegon/anysocket#readme",
"dependencies": {
"debug": "^4.3.2",
"fastq": "^1.11.0",
"ws": "^7.5.7"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"babel-loader": "^8.2.2",
"null-loader": "^4.0.1",
"webpack": "^5.15.0",
"webpack-cli": "^4.10.0"
}
}