-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 831 Bytes
/
package.json
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
{
"name": "hapi-pushpin-websocket-over-http",
"version": "1.0.2",
"description": "A plugin to allow pushpin websocket over-http connection to work with hapijs",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jorgecuesta/hapi-pushpin-websocket-over-http.git"
},
"keywords": [
"hapi",
"hapijs",
"pushpin",
"over-http",
"websocket"
],
"author": "Jeffrey Soriano",
"license": "ISC",
"bugs": {
"url": "https://github.com/jorgecuesta/hapi-pushpin-websocket-over-http/issues"
},
"homepage": "https://github.com/jorgecuesta/hapi-pushpin-websocket-over-http#readme",
"dependencies": {
"boom": "^2.10.0",
"grip": "^1.2.5",
"pubcontrol": "^1.1.0"
}
}