forked from hapijs/nes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 905 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": "@libretechnologyinc/nes",
"description": "Fork of WebSocket adapter plugin for hapi routes",
"version": "11.2.1-fork-1.0.1-LIBRE",
"repository": "git://github.com/libretechnologyinc/nes",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"hapi",
"plugin",
"websocket"
],
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/bounce": "1.x.x",
"@hapi/call": "5.x.x",
"@hapi/cryptiles": "4.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/iron": "5.x.x",
"@hapi/joi": "15.x.x",
"@hapi/teamwork": "3.x.x",
"ws": "6.x.x"
},
"devDependencies": {
"@types/hapi": "17.x.x",
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "20.x.x",
"mkdirp": "0.5.1"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}