{
	"name": "http2-wrapper",
	"version": "0.4.2",
	"description": "HTTP2 client, but with the HTTP1 API",
	"main": "source",
	"engines": {
		"node": ">=10.10.0"
	},
	"scripts": {
		"test": "xo && nyc ava",
		"coveralls": "nyc report --reporter=text-lcov | coveralls"
	},
	"files": [
		"source"
	],
	"keywords": [
		"http2"
	],
	"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",
	"devDependencies": {
		"@sindresorhus/is": "^0.14.0",
		"ava": "^1.0.1",
		"coveralls": "^3.0.2",
		"delay": "^4.1.0",
		"get-stream": "^4.0.0",
		"nyc": "^13.1.0",
		"p-event": "^2.1.0",
		"pem": "^1.12.5",
		"resolve-alpn": "^1.0.0",
		"tempy": "^0.2.1",
		"to-readable-stream": "^1.0.0",
		"xo": "^0.23.0"
	}
}
