-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (34 loc) · 774 Bytes
/
package.json
File metadata and controls
39 lines (34 loc) · 774 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
37
38
39
{
"name": "@loopmode/cra-workbox-refresh",
"version": "0.0.5",
"main": "index.js",
"description": "Helper for displaying a notification after service worker updates in a CRA2 app",
"license": "MIT",
"author": {
"name": "Jovica Aleksic",
"email": "jovica.aleksic@loopmode.de"
},
"repository": {
"type": "git",
"url": "https://github.com/loopmode/cra-workbox-refresh.git"
},
"bugs": {
"url": "https://github.com/loopmode/cra-workbox-refresh/issues"
},
"engines": {
"node": ">=8"
},
"bin": {
"inject-workbox-refresh": "./inject-workbox-refresh.js"
},
"keywords": [
"create-react-app",
"workbox",
"service-worker",
"refresh",
"update"
],
"dependencies": {
"fs-extra": "^7.0.1"
}
}