-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 745 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}