-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "hapi-socketio-router",
"version": "1.0.2",
"description": "A hapi plugin for socket.io that accepts an array of JSON definitions of namespace/events to register with socket.io. Great for modularizing your namespace definitions.",
"main": "./lib",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/johnmanko/hapi-socketio-router.git"
},
"keywords": [
"hapi",
"hapijs",
"socket.io"
],
"author": {
"name": "John Manko",
"email": "[email protected]"
},
"license": "GPLv2",
"bugs": {
"url": "https://github.com/johnmanko/hapi-socketio-router/issues"
},
"homepage": "https://github.com/johnmanko/hapi-socketio-router#readme",
"peerDependencies": {
"hapi": "^8.0.0",
"socket.io": "^1.3.5"
},
"dependencies": {
"glob": "^5.0.3",
"lodash": "^3.9.1"
},
"maintainers": [
{
"name": "John Manko",
"email": "[email protected]"
}
],
"directories": {
"lib": "./lib",
"doc": "./doc"
}
}