Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | { |
michael@0 | 2 | "name": "http2", |
michael@0 | 3 | "version": "2.3.0", |
michael@0 | 4 | "description": "An HTTP/2 client and server implementation", |
michael@0 | 5 | "main": "lib/index.js", |
michael@0 | 6 | "engines" : { |
michael@0 | 7 | "node" : ">=0.10.19" |
michael@0 | 8 | }, |
michael@0 | 9 | "dependencies": { |
michael@0 | 10 | "http2-protocol": "0.10.x" |
michael@0 | 11 | }, |
michael@0 | 12 | "devDependencies": { |
michael@0 | 13 | "istanbul": "*", |
michael@0 | 14 | "chai": "*", |
michael@0 | 15 | "mocha": "*", |
michael@0 | 16 | "docco": "*", |
michael@0 | 17 | "bunyan": "*" |
michael@0 | 18 | }, |
michael@0 | 19 | "scripts": { |
michael@0 | 20 | "test": "istanbul test _mocha -- --reporter spec --slow 200", |
michael@0 | 21 | "doc": "docco lib/* --output doc --layout parallel --css doc/docco.css" |
michael@0 | 22 | }, |
michael@0 | 23 | "repository": { |
michael@0 | 24 | "type": "git", |
michael@0 | 25 | "url": "https://github.com/molnarg/node-http2.git" |
michael@0 | 26 | }, |
michael@0 | 27 | "homepage": "https://github.com/molnarg/node-http2", |
michael@0 | 28 | "bugs": { |
michael@0 | 29 | "url": "https://github.com/molnarg/node-http2/issues" |
michael@0 | 30 | }, |
michael@0 | 31 | "keywords": [ |
michael@0 | 32 | "http", |
michael@0 | 33 | "http2", |
michael@0 | 34 | "client", |
michael@0 | 35 | "server" |
michael@0 | 36 | ], |
michael@0 | 37 | "author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)", |
michael@0 | 38 | "contributors": [ |
michael@0 | 39 | "Nick Hurley", |
michael@0 | 40 | "Mike Belshe" |
michael@0 | 41 | ], |
michael@0 | 42 | "license": "MIT", |
michael@0 | 43 | "readmeFilename": "README.md" |
michael@0 | 44 | } |