vue-cli-plugin-bundle-service-worker
Version:
Builds your service worker using webpack
40 lines (39 loc) • 914 B
JSON
{
"name": "vue-cli-plugin-bundle-service-worker",
"version": "0.1.3",
"description": "Builds your service worker using webpack",
"main": "index.js",
"files": [
"index.js",
"src/build-sw.js",
"src/BundleServiceWorkerPlugin.js"
],
"keywords": [
"vue",
"cli",
"service worker",
"sw",
"build",
"built"
],
"repository": {
"type": "git",
"url": "git+https://github.com/diachedelic/vue-cli-plugin-bundle-service-worker.git"
},
"peerDependencies": {
"webpack": ">= 4.0.0"
},
"author": "James Diacono",
"license": "MIT",
"bugs": {
"url": "https://github.com/diachedelic/vue-cli-plugin-bundle-service-worker/issues"
},
"homepage": "https://github.com/diachedelic/vue-cli-plugin-bundle-service-worker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"webpack-chain": "^6.5.1",
"webpack-merge": "^5.4.0"
}
}