UNPKG

node-http2

Version:

An HTTP/2 client and server implementation

64 lines (63 loc) 1.64 kB
{ "name": "node-http2", "version": "4.0.1", "description": "An HTTP/2 client and server implementation", "main": "lib/index.js", "engines": { "node": ">=0.12.0" }, "dependencies": { "assert": "1.4.1", "events": "1.1.1", "https-browserify": "0.0.1", "setimmediate": "^1.0.5", "stream-browserify": "2.0.1", "timers-browserify": "2.0.2", "url": "^0.11.0", "websocket-stream": "^5.0.1" }, "devDependencies": { "jshint": "*", "istanbul": "*", "chai": "*", "mocha": "*", "docco": "*", "browserify": "14.0.0 ", "bunyan": "*" }, "scripts": { "lint": "jshint", "pretest": "npm run lint", "test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 15000", "doc": "docco lib/* --output doc --layout parallel --template root.jst --css doc/docco.css && docco lib/protocol/* --output doc/protocol --layout parallel --template protocol.jst --css doc/docco.css" }, "repository": { "type": "git", "url": "https://github.com/kaazing/node-http2.git" }, "homepage": "https://github.com/kaazing/node-http2", "bugs": { "url": "https://github.com/kaazing/node-http2/issues" }, "keywords": [ "http", "http2", "client", "server" ], "author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)", "contributors": [ "Harold Thetiot", "David Witherspoon", "Gábor Molnár", "Nick Hurley", "Mike Belshe", "Yoshihiro Iwanaga", "Igor Novikov", "James Willcox", "David Björklund", "Patrick McManus" ], "license": "MIT", "readmeFilename": "README.md" }