-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 749 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
{
"name": "sw-precache-webpack-plugin-loader",
"version": "1.0.2",
"description": "Selectively load sw-precache-webpack plugin either it is working on webpack or webpack-dev-server",
"license": "MIT",
"repository": "ragingwind/sw-precache-webpack-plugin-loader",
"author": {
"name": "ragingwind",
"email": "ragingwind@gmail.com",
"url": "ragingwind.me"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"webpack",
"precache",
"service worker",
"sw-precache",
"sw-precache-webpack",
"loader"
],
"dependencies": {
"is-webpack-dev-server": "^0.0.2",
"sw-precache-webpack-dev-server-plugin": "^1.1.0",
"sw-precache-webpack-plugin": "^0.9.1"
}
}