-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 841 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "spazy",
"version": "3.0.2",
"description": "Static and single page application plugin for hapi.js",
"main": "index.js",
"dependencies": {
"@hapi/boom": "^7.4.7",
"@hapi/hoek": "^8.2.4"
},
"engines": {
"node": ">= 7.6.0"
},
"peerDependencies": {
"@hapi/hapi": ">= 18.x.x",
"@hapi/inert": ">= 5.x.x"
},
"devDependencies": {
"@hapi/hapi": "^19.1.1",
"@hapi/inert": "^5.2.2"
},
"scripts": {
"t": "node test/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vokeio/spazy.git"
},
"keywords": [
"spa",
"static",
"file",
"directory",
"serve",
"hapi",
"single",
"page",
"application"
],
"author": "Alexander Elias",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/vokeio/spazy/issues"
},
"homepage": "https://github.com/vokeio/spazy#readme"
}