-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 850 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
{
"name": "gatsby-plugin-sw",
"version": "1.0.1",
"description": "Similar to gatsby-plugin-offline but you can customize the service worker (e.g. add notifications).",
"main": "index.js",
"scripts": {
"test": "echo no test for now"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Voxylu/gatsby-plugin-sw.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"service-worker",
"offline",
"notifications",
"web-push",
"pwa",
"sw"
],
"author": "Voxylu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Voxylu/gatsby-plugin-sw/issues"
},
"homepage": "https://github.com/Voxylu/gatsby-plugin-sw#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.10",
"slash": "^2.0.0",
"workbox-build": "^3.4.1"
}
}