UNPKG

gulp-sw-cache

Version:
42 lines (41 loc) 867 B
{ "name": "gulp-sw-cache", "version": "0.1.5", "description": "Add Offline cache for webapp", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "serviceWorker", "cache", "offline" ], "license": "MIT", "bugs": "https://github.com/yanzhihong23/gulp-sw-cache/issues", "license" : "MIT", "repository" : { "type" : "git", "url" : "https://github.com/yanzhihong23/gulp-sw-cache" }, "author": { "name" : "Hom Yan", "email" : "yanzhihong23@qq.com" }, "files": [ "index.js", "template/sw.js", "template/sw.controller.js" ], "dependencies": { "crypto": "0.0.3", "ejs": "^2.4.2", "gulp-util": "^3.0.7", "minimatch": "^3.0.0", "slash": "^1.0.0", "through": "^2.3.8" }, "devDependencies": { "gulp": "^3.9.1" } }