{
	"name": "http2-wrapper",
	"version": "0.3.1",
	"description": "Use HTTP2 the same way like HTTP1",
	"main": "source",
	"engines": {
		"node": ">=10.8.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",
	"xo": {
		"rules": {
			"unicorn/filename-case": "camelCase"
		}
	},
	"devDependencies": {
		"@sindresorhus/is": "^0.11.0",
		"ava": "^0.25.0",
		"coveralls": "^3.0.2",
		"delay": "^3.0.0",
		"get-stream": "^4.0.0",
		"nyc": "^12.0.2",
		"p-event": "^2.1.0",
		"pem": "^1.12.5",
		"to-readable-stream": "^1.0.0",
		"xo": "^0.22.0"
	},
	"dependencies": {
		"defer-to-connect": "^1.0.0"
	}
}
