-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 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
{
"name": "pwa-service-worker-examples",
"version": "0.0.0",
"description": "A collection of practical examples of using service workers.",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:jhonnyrogerb/pwa-service-worker-examples.git"
},
"keywords": [
"service-worker",
"pwa",
"javascript",
"nodejs",
"app-shell",
"offline-first",
"offline-fallback"
],
"author": "Jhonny Roger Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhonnyrogerb/pwa-service-worker-examples/issues"
},
"homepage": "https://github.com/jhonnyrogerb/pwa-service-worker-examples#readme",
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"pug": "^2.0.3"
}
}