susie
Version:
Server-sent events with hapi
37 lines (36 loc) • 745 B
JSON
{
"name": "susie",
"version": "3.0.0",
"description": "Server-sent events with hapi",
"main": "lib/index.js",
"scripts": {
"test": "lab -a code -t 100 -L",
"start": "node examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtharrison/susie.git"
},
"engines": {
"node": ">=8.9.0"
},
"keywords": [
"sse",
"hapi",
"realtime",
"server-sent",
"streaming"
],
"author": "Matt Harrison",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mtharrison/susie/issues"
},
"homepage": "https://github.com/mtharrison/susie#readme",
"devDependencies": {
"code": "5.x.x",
"hapi": "17.x.x",
"inert": "5.x.x",
"lab": "15.x.x"
}
}