1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/xpcshell/node-http2/node_modules/http2-protocol/package.json Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +{ 1.5 + "name": "http2-protocol", 1.6 + "version": "0.10.0", 1.7 + "description": "A JavaScript implementation of the HTTP/2 framing layer", 1.8 + "main": "lib/index.js", 1.9 + "engines" : { 1.10 + "node" : "0.10.x" 1.11 + }, 1.12 + "devDependencies": { 1.13 + "istanbul": "*", 1.14 + "chai": "*", 1.15 + "mocha": "*", 1.16 + "docco": "*", 1.17 + "bunyan": "*" 1.18 + }, 1.19 + "scripts": { 1.20 + "test": "istanbul test _mocha -- --reporter spec --slow 200", 1.21 + "doc": "docco lib/* --output doc --layout parallel --css doc/docco.css" 1.22 + }, 1.23 + "repository": { 1.24 + "type": "git", 1.25 + "url": "https://github.com/molnarg/node-http2-protocol.git" 1.26 + }, 1.27 + "homepage": "https://github.com/molnarg/node-http2-protocol", 1.28 + "bugs": { 1.29 + "url": "https://github.com/molnarg/node-http2-protocol/issues" 1.30 + }, 1.31 + "keywords": [ 1.32 + "http", 1.33 + "http2", 1.34 + "client", 1.35 + "server" 1.36 + ], 1.37 + "author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)", 1.38 + "contributors": [ 1.39 + "Nick Hurley", 1.40 + "Mike Belshe" 1.41 + ], 1.42 + "license": "MIT", 1.43 + "readmeFilename": "README.md" 1.44 +}