UNPKG

@chrisben/imgcache.js

Version:

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)

39 lines (38 loc) 867 B
{ "name": "@chrisben/imgcache.js", "version": "2.1.1", "description": "JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)", "main": "lib/imgcache.js", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git://github.com/chrisben/imgcache.js.git" }, "engines": { "node": ">=9.10.0" }, "scripts": { "test": "eslint lib/*.js", "start": "node server.js" }, "keywords": [ "image", "cache", "html5", "file", "filesystem", "offline" ], "author": "Christophe BENOIT", "license": "Apache-2.0", "bugs": { "url": "https://github.com/chrisben/imgcache.js/issues" }, "homepage": "https://github.com/chrisben/imgcache.js", "devDependencies": { "eslint": "^5.16.0", "static-server": "^2.2.1" } }