source: frontend/node_modules/workbox-routing/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 740 bytes
RevLine 
[9af201e]1{
2 "name": "workbox-routing",
3 "version": "6.6.0",
4 "license": "MIT",
5 "author": "Google's Web DevRel Team",
6 "description": "A service worker helper library to route request URLs to handlers.",
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 "router",
16 "routing"
17 ],
18 "workbox": {
19 "browserNamespace": "workbox.routing",
20 "packageType": "sw"
21 },
22 "main": "index.js",
23 "module": "index.mjs",
24 "types": "index.d.ts",
25 "dependencies": {
26 "workbox-core": "6.6.0"
27 },
28 "gitHead": "252644491d9bb5a67518935ede6df530107c9475"
29}
Note: See TracBrowser for help on using the repository browser.