{
	"name": "http2-wrapper",
	"version": "0.1.1",
	"description": "Use HTTP2 the same way like HTTP1",
	"main": "source",
	"engines": {
		"node": ">=10.8.0"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"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"
		}
	}
}
