{
  "_from": "node-http2@^4.0.1",
  "_id": "node-http2@4.0.1",
  "_inBundle": false,
  "_integrity": "sha1-Fk/1O13SLITwrxQrh3xerraAmVk=",
  "_location": "/node-http2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-http2@^4.0.1",
    "name": "node-http2",
    "escapedName": "node-http2",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/grunt-contrib-connect"
  ],
  "_resolved": "https://registry.npmjs.org/node-http2/-/node-http2-4.0.1.tgz",
  "_shasum": "164ff53b5dd22c84f0af142b877c5eaeb6809959",
  "_spec": "node-http2@^4.0.1",
  "_where": "/var/www/html/homokozo/dicom/node_modules/grunt-contrib-connect",
  "author": {
    "name": "Gábor Molnár",
    "email": "gabor@molnar.es",
    "url": "http://gabor.molnar.es"
  },
  "bugs": {
    "url": "https://github.com/kaazing/node-http2/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Harold Thetiot"
    },
    {
      "name": "David Witherspoon"
    },
    {
      "name": "Gábor Molnár"
    },
    {
      "name": "Nick Hurley"
    },
    {
      "name": "Mike Belshe"
    },
    {
      "name": "Yoshihiro Iwanaga"
    },
    {
      "name": "Igor Novikov"
    },
    {
      "name": "James Willcox"
    },
    {
      "name": "David Björklund"
    },
    {
      "name": "Patrick McManus"
    }
  ],
  "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"
  },
  "deprecated": false,
  "description": "An HTTP/2 client and server implementation",
  "devDependencies": {
    "browserify": "14.0.0 ",
    "bunyan": "*",
    "chai": "*",
    "docco": "*",
    "istanbul": "*",
    "jshint": "*",
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "homepage": "https://github.com/kaazing/node-http2",
  "keywords": [
    "http",
    "http2",
    "client",
    "server"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-http2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaazing/node-http2.git"
  },
  "scripts": {
    "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",
    "lint": "jshint",
    "pretest": "npm run lint",
    "test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 15000"
  },
  "version": "4.0.1"
}
