source: frontend/node_modules/workbox-background-sync/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 833 bytes
Line 
1{
2 "name": "workbox-background-sync",
3 "version": "6.6.0",
4 "license": "MIT",
5 "author": "Google's Web DevRel Team",
6 "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
7 "repository": "googlechrome/workbox",
8 "bugs": "https://github.com/googlechrome/workbox/issues",
9 "homepage": "https://github.com/GoogleChrome/workbox",
10 "keywords": [
11 "workbox",
12 "workboxjs",
13 "service worker",
14 "sw",
15 "background",
16 "sync",
17 "workbox-plugin"
18 ],
19 "workbox": {
20 "browserNamespace": "workbox.backgroundSync",
21 "packageType": "sw"
22 },
23 "main": "index.js",
24 "module": "index.mjs",
25 "types": "index.d.ts",
26 "dependencies": {
27 "idb": "^7.0.1",
28 "workbox-core": "6.6.0"
29 },
30 "gitHead": "252644491d9bb5a67518935ede6df530107c9475"
31}
Note: See TracBrowser for help on using the repository browser.