mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
34 lines
958 B
JSON
34 lines
958 B
JSON
{
|
|
"name": "workbox-broadcast-update",
|
|
"version": "5.1.4",
|
|
"license": "MIT",
|
|
"author": "Google's Web DevRel Team",
|
|
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
|
|
"repository": "googlechrome/workbox",
|
|
"bugs": "https://github.com/googlechrome/workbox/issues",
|
|
"homepage": "https://github.com/GoogleChrome/workbox",
|
|
"keywords": [
|
|
"workbox",
|
|
"workboxjs",
|
|
"service worker",
|
|
"sw",
|
|
"workbox-plugin"
|
|
],
|
|
"scripts": {
|
|
"build": "gulp build-packages --package workbox-broadcast-update",
|
|
"version": "npm run build",
|
|
"prepare": "npm run build"
|
|
},
|
|
"workbox": {
|
|
"browserNamespace": "workbox.broadcastUpdate",
|
|
"packageType": "browser"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"workbox-core": "^5.1.4"
|
|
},
|
|
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
|
|
}
|