workbox-routing
Version:
A service worker helper library to route request URLs to handlers.
33 lines (32 loc) • 837 B
JSON
{
"name": "workbox-routing",
"version": "3.6.2",
"license": "Apache-2.0",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library to route request URLs to handlers.",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"router",
"routing"
],
"scripts": {
"build": "gulp build-packages --package workbox-routing",
"version": "npm run build",
"prepare": "npm run build"
},
"workbox": {
"browserNamespace": "workbox.routing",
"packageType": "browser"
},
"main": "build/workbox-routing.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^3.6.2"
}
}