UNPKG

814 BJSONView Raw
1{
2 "name": "lp-workbox-cdn",
3 "version": "4.3.0",
4 "description": "lp-workbox-cdn",
5 "main": "workbox/workbox-sw.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "find . -name \"workbox*\" -type d| xargs rm -rf && workbox copyLibraries ./ && node ./bin/build.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/lecepin/lp-workbox-cdn.git"
13 },
14 "keywords": [
15 "workbox",
16 "cdn",
17 "serviceworker",
18 "pwa"
19 ],
20 "author": "lecepin <leping086@vip.qq.com>",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/lecepin/lp-workbox-cdn/issues"
24 },
25 "homepage": "https://github.com/lecepin/lp-workbox-cdn#readme",
26 "devDependencies": {
27 "chalk": "^2.4.1",
28 "inquirer": "^6.2.1",
29 "workbox-cli": "^4.3.0"
30 }
31}
\No newline at end of file