workbox-cdn
Version:
A mirror of workbox lib
27 lines (26 loc) • 644 B
JSON
{
"name": "workbox-cdn",
"version": "3.5.0",
"description": "A mirror of workbox lib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lib": "workbox copyLibraries . && rename 's/workbox-(.*)/workbox/' *"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/workbox-cdn.git"
},
"keywords": [
"workbox"
],
"author": "SukkaW",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SukkaW/workbox-cdn/issues"
},
"homepage": "https://github.com/SukkaW/workbox-cdn#readme",
"dependencies": {
"workbox-cli": "3.6.3"
}
}