This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/resolve-alpn/package.json
2020-11-01 22:46:04 +00:00

32 lines
798 B
JSON

{
"name": "resolve-alpn",
"version": "1.0.0",
"description": "Detects the ALPN protocol",
"main": "index.js",
"scripts": {
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szmarczak/resolve-alpn.git"
},
"keywords": [
"alpn",
"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": "^1.0.1",
"coveralls": "^3.0.2",
"nyc": "^13.1.0",
"pem": "^1.13.2",
"xo": "^0.23.0"
}
}