18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "http2",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bunyan": "^1.8.4",
|
|
"hapi": "^15.2.0",
|
|
"http2": "^3.3.6",
|
|
"inert": "^4.0.2",
|
|
"require-dir": "^0.3.1",
|
|
"string-to-stream": "^1.1.0"
|
|
}
|
|
}
|