mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
d956bcaac3
MozReview-Commit-ID: 60AQesLEA3K --HG-- extra : rebase_source : 06d45452136e599e9116106712b1e8ac2c5aa0a9
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|