UNPKG

appcache-polyfill-sw

Version:

A service worker implementation of the behavior defined in a page's App Cache manifest.

38 lines (37 loc) 1.04 kB
{ "name": "appcache-polyfill-sw", "version": "0.4.0", "description": "A service worker implementation of the behavior defined in a page's App Cache manifest.", "keywords": [ "appcache", "service worker", "sw", "offline", "manifest", "app cache" ], "author": { "name": "Jeff Posnick", "email": "jeffy@google.com", "url": "https://jeffy.info" }, "license": "Apache-2.0", "repository": "googlechromelabs/sw-appcache-behavior", "bugs": "https://github.com/googlechromelabs/sw-appcache-behavior/issues", "homepage": "https://github.com/googlechromelabs/sw-appcache-behavior/", "main": "build/index.umd.js", "unpkg": "build/index.umd.js", "files": [ "build" ], "devDependencies": { "microbundle": "^0.12.3", "rimraf": "^3.0.2" }, "scripts": { "build": "npm run clean && microbundle --name=appcachePolyfill", "clean": "rimraf build" }, "types": "build/packages/appcache-polyfill-sw/index.d.ts", "gitHead": "b8f8c3b38b441ac4c1d65cfd6a61a8c41c1cde68" }