michael@0: { michael@0: "name": "http2", michael@0: "version": "2.3.0", michael@0: "description": "An HTTP/2 client and server implementation", michael@0: "main": "lib/index.js", michael@0: "engines" : { michael@0: "node" : ">=0.10.19" michael@0: }, michael@0: "dependencies": { michael@0: "http2-protocol": "0.10.x" michael@0: }, michael@0: "devDependencies": { michael@0: "istanbul": "*", michael@0: "chai": "*", michael@0: "mocha": "*", michael@0: "docco": "*", michael@0: "bunyan": "*" michael@0: }, michael@0: "scripts": { michael@0: "test": "istanbul test _mocha -- --reporter spec --slow 200", michael@0: "doc": "docco lib/* --output doc --layout parallel --css doc/docco.css" michael@0: }, michael@0: "repository": { michael@0: "type": "git", michael@0: "url": "https://github.com/molnarg/node-http2.git" michael@0: }, michael@0: "homepage": "https://github.com/molnarg/node-http2", michael@0: "bugs": { michael@0: "url": "https://github.com/molnarg/node-http2/issues" michael@0: }, michael@0: "keywords": [ michael@0: "http", michael@0: "http2", michael@0: "client", michael@0: "server" michael@0: ], michael@0: "author": "Gábor Molnár (http://gabor.molnar.es)", michael@0: "contributors": [ michael@0: "Nick Hurley", michael@0: "Mike Belshe" michael@0: ], michael@0: "license": "MIT", michael@0: "readmeFilename": "README.md" michael@0: }