mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
35 lines
891 B
JSON
35 lines
891 B
JSON
{
|
|
"name": "workbox-routing",
|
|
"version": "5.1.4",
|
|
"license": "MIT",
|
|
"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": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"workbox-core": "^5.1.4"
|
|
},
|
|
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
|
|
}
|