-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 762 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
{
"name": "hapi-sw",
"version": "1.0.0-alpha",
"description": "> ServiceWorker generation plugin for Hapi.js",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "mocha"
},
"keywords": [],
"author": "wookiehangover",
"license": "ISC",
"dependencies": {
"hoek": "^4.1.0",
"joi": "^9.2.0",
"sw-precache": "^4.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"hapi": "^15.2.0",
"inert": "^4.0.2",
"mocha": "^3.1.2",
"standard": "^8.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wookiehangover/hapi-sw.git"
},
"bugs": {
"url": "https://github.com/wookiehangover/hapi-sw/issues"
},
"homepage": "https://github.com/wookiehangover/hapi-sw#readme"
}