-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 864 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
{
"name": "@behraang/workbox-webpack-plugin",
"version": "1.2.2",
"description":
"A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
"workboxjs",
"webpack",
"service worker",
"caching",
"fetch requests",
"offline",
"file manifest"
],
"main": "build/index.js",
"files": ["build"],
"engines": {
"node": ">=4.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@anilanar/workbox-build": "^1.2.1-rc.0"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
"repository": "googlechrome/sw-helpers",
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage":
"https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-webpack-plugin"
}