tenfourfox/testing/xpcshell/node-http2/package.json
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

47 lines
1.1 KiB
JSON

{
"name": "http2",
"version": "3.2.0",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
"node" : ">=0.10.19"
},
"devDependencies": {
"istanbul": "*",
"chai": "*",
"mocha": "*",
"docco": "*",
"bunyan": "*"
},
"scripts": {
"test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 15000",
"doc": "docco lib/* --output doc --layout parallel --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"
}