mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "workbox-webpack-plugin",
|
||
|
"version": "5.1.4",
|
||
|
"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"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "gulp build-packages --package workbox-webpack-plugin",
|
||
|
"version": "npm run build",
|
||
|
"prepare": "npm run build"
|
||
|
},
|
||
|
"workbox": {
|
||
|
"packageType": "node"
|
||
|
},
|
||
|
"main": "build/index.js",
|
||
|
"files": [
|
||
|
"build"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=8.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.5.5",
|
||
|
"fast-json-stable-stringify": "^2.0.0",
|
||
|
"source-map-url": "^0.4.0",
|
||
|
"upath": "^1.1.2",
|
||
|
"webpack-sources": "^1.3.0",
|
||
|
"workbox-build": "^5.1.4"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"webpack": "^4.0.0"
|
||
|
},
|
||
|
"author": "Google's Web DevRel Team",
|
||
|
"license": "MIT",
|
||
|
"repository": "googlechrome/workbox",
|
||
|
"bugs": "https://github.com/GoogleChrome/workbox/issues",
|
||
|
"homepage": "https://github.com/GoogleChrome/workbox",
|
||
|
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
|
||
|
}
|