joyent-portal/legacy/spikes/metrics-service/http2/package.json
Sérgio Ramos 8295bd6882 chore: initial lerna setup
this shall be a progressive process
2017-05-25 10:56:50 +01:00

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"
}
}