UNPKG

644 BJSONView Raw
1{
2 "name": "workbox-cdn",
3 "version": "3.6.2",
4 "description": "A mirror of workbox lib",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "lib": "workbox copyLibraries . && rename 's/workbox-(.*)/workbox/' *"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/SukkaW/workbox-cdn.git"
13 },
14 "keywords": [
15 "workbox"
16 ],
17 "author": "SukkaW",
18 "license": "Apache-2.0",
19 "bugs": {
20 "url": "https://github.com/SukkaW/workbox-cdn/issues"
21 },
22 "homepage": "https://github.com/SukkaW/workbox-cdn#readme",
23 "dependencies": {
24 "workbox-cli": "3.6.3"
25 }
26}