summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/node-http2/package.json
blob: ca1d3cbb7371e10619b63ac8f2c9b18fafb567ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "http2",
  "version": "3.3.8",
  "description": "An HTTP/2 client and server implementation",
  "main": "lib/index.js",
  "engines": {
    "node": ">=0.12.0 <9.0.0"
  },
  "devDependencies": {
    "istanbul": "*",
    "chai": "*",
    "mocha": "*",
    "docco": "*",
    "bunyan": "*"
  },
  "scripts": {
    "test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 15000",
    "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/molnarg/node-http2.git"
  },
  "homepage": "https://github.com/molnarg/node-http2",
  "bugs": {
    "url": "https://github.com/molnarg/node-http2/issues"
  },
  "keywords": [
    "http",
    "http2",
    "client",
    "server"
  ],
  "author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)",
  "contributors": [
    "Nick Hurley",
    "Mike Belshe",
    "Yoshihiro Iwanaga",
    "Igor Novikov",
    "James Willcox",
    "David Björklund",
    "Patrick McManus"
  ],
  "license": "MIT",
  "readmeFilename": "README.md"
}