summaryrefslogtreecommitdiff
path: root/node_modules/resolve-alpn/package.json
blob: 73a7756190b878ceed48360bf6e822db2bd4ac26 (plain)
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
{
    "name": "resolve-alpn",
    "version": "1.2.1",
    "description": "Detects the ALPN protocol",
    "main": "index.js",
    "scripts": {
        "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
    },
    "files": [
        "index.js"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/szmarczak/resolve-alpn.git"
    },
    "keywords": [
        "alpn",
        "tls",
        "socket",
        "http2"
    ],
    "author": "Szymon Marczak",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/szmarczak/resolve-alpn/issues"
    },
    "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
    "devDependencies": {
        "ava": "^3.15.0",
        "nyc": "^15.1.0",
        "pem": "1.14.3",
        "xo": "^0.38.2"
    }
}