forked from hapipal/hecks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
44
45
{
"name": "@postalsys/hecks",
"version": "3.0.0-fork.3",
"description": "Mount your express app onto your hapi server, aw heck!",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/hecks.git"
},
"keywords": [
"hapi",
"express",
"express on hapi",
"express with hapi"
],
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/hecks/issues"
},
"homepage": "https://github.com/hapipal/hecks#readme",
"dependencies": {
"@hapi/bounce": "2.x.x",
"@postalsys/toys": "3.1.0-fork.1"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <=21",
"express": ">=3 <5"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x",
"body-parser": "1.x.x",
"coveralls": "3.x.x",
"express": "4.x.x"
}
}