UNPKG

money-clip

Version:

For managing your client side cache. Tiny wrapper over IndexedDB supporting versioning and max age.

45 lines (44 loc) 1.08 kB
{ "name": "money-clip", "description": "For managing your client side cache. Tiny wrapper over IndexedDB supporting versioning and max age.", "version": "3.0.5", "author": "Henrik Joreteg <henrik@joreteg.com> (joreteg.com)", "bugs": { "url": "https://github.com/HenrikJoreteg/money-clip/issues" }, "dependencies": { "idb-keyval": "5.1.3" }, "devDependencies": { "esm": "3.2.25", "microbundle": "0.13.3", "tape": "5.3.1" }, "files": [ "dist" ], "homepage": "https://github.com/HenrikJoreteg/money-clip", "keywords": [ "PWA", "cache", "indexeddb" ], "license": "MIT", "main": "dist/money-clip.js", "module": "dist/money-clip.m.js", "prettier": { "semi": false, "singleQuote": true, "arrowParens": "avoid" }, "repository": { "type": "git", "url": "https://github.com/HenrikJoreteg/money-clip.git" }, "scripts": { "build": "microbundle --external none --compress false --sourcemap false", "prepublish": "npm run build", "test": "tape test.js" }, "source": "index.js" }