-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "teletunnel-protocols",
"version": "0.1.2",
"description": "Protocol definitions and matchers for the teletunnel protocol",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
"test": "aegir test",
"release": "aegir release",
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage -u"
},
"browser": {
"src/tcp-protos/ssl.js": "./src/disabled.js"
},
"keywords": [
"teletunnel",
"protocols",
"matchers",
"forward-addr"
],
"author": "Maciej Krüger <mkg20001@gmail.com>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Teletunnel/teletunnel-protocols.git"
},
"bugs": {
"url": "https://github.com/Teletunnel/teletunnel-protocols/issues"
},
"homepage": "https://github.com/Teletunnel/teletunnel-protocols#readme",
"devDependencies": {
"aegir": "^15.1.0",
"teletunnel-core": "github:Teletunnel/teletunnel-core"
},
"dependencies": {
"mafmt": "^6.0.0",
"pull-stream-to-net-socket": "^1.0.0",
"sni": "^1.0.0",
"stream-to-pull-stream": "^1.7.2"
},
"contributors": [
"Maciej Krüger <mkg20001@gmail.com>"
]
}