{
	"name": "http2-wrapper",
	"version": "0.8.0",
	"description": "HTTP2 client, just with the familiar `https` API",
	"main": "source",
	"engines": {
		"node": ">=8.16.0"
	},
	"scripts": {
		"test": "xo && nyc ava",
		"coveralls": "nyc report --reporter=text-lcov | coveralls"
	},
	"files": [
		"source"
	],
	"keywords": [
		"http2",
		"https",
		"http",
		"request"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/szmarczak/http2-wrapper.git"
	},
	"author": "Szymon Marczak",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/szmarczak/http2-wrapper/issues"
	},
	"homepage": "https://github.com/szmarczak/http2-wrapper#readme",
	"dependencies": {
		"resolve-alpn": "^1.0.0"
	},
	"devDependencies": {
		"@sindresorhus/is": "^1.0.0",
		"ava": "^2.2.0",
		"benchmark": "^2.1.4",
		"coveralls": "^3.0.5",
		"delay": "^4.3.0",
		"get-stream": "^5.1.0",
		"nyc": "^14.1.1",
		"p-event": "^4.1.0",
		"pem": "^1.14.2",
		"tempy": "^0.3.0",
		"timekeeper": "^2.2.0",
		"to-readable-stream": "^2.1.0",
		"xo": "^0.24.0"
	},
	"ava": {
		"timeout": "2m",
		"concurrency": "4",
		"helpers": [
			"test/helpers/*"
		]
	}
}
