testing/xpcshell/node-http2/node_modules/http2-protocol/package.json

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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-protocol",
michael@0 3 "version": "0.10.0",
michael@0 4 "description": "A JavaScript implementation of the HTTP/2 framing layer",
michael@0 5 "main": "lib/index.js",
michael@0 6 "engines" : {
michael@0 7 "node" : "0.10.x"
michael@0 8 },
michael@0 9 "devDependencies": {
michael@0 10 "istanbul": "*",
michael@0 11 "chai": "*",
michael@0 12 "mocha": "*",
michael@0 13 "docco": "*",
michael@0 14 "bunyan": "*"
michael@0 15 },
michael@0 16 "scripts": {
michael@0 17 "test": "istanbul test _mocha -- --reporter spec --slow 200",
michael@0 18 "doc": "docco lib/* --output doc --layout parallel --css doc/docco.css"
michael@0 19 },
michael@0 20 "repository": {
michael@0 21 "type": "git",
michael@0 22 "url": "https://github.com/molnarg/node-http2-protocol.git"
michael@0 23 },
michael@0 24 "homepage": "https://github.com/molnarg/node-http2-protocol",
michael@0 25 "bugs": {
michael@0 26 "url": "https://github.com/molnarg/node-http2-protocol/issues"
michael@0 27 },
michael@0 28 "keywords": [
michael@0 29 "http",
michael@0 30 "http2",
michael@0 31 "client",
michael@0 32 "server"
michael@0 33 ],
michael@0 34 "author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)",
michael@0 35 "contributors": [
michael@0 36 "Nick Hurley",
michael@0 37 "Mike Belshe"
michael@0 38 ],
michael@0 39 "license": "MIT",
michael@0 40 "readmeFilename": "README.md"
michael@0 41 }

mercurial