offline-plugin
Version:
offline-plugin for webpack
42 lines (41 loc) • 915 B
JSON
{
"name": "offline-plugin",
"version": "1.0.0",
"description": "offline-plugin for webpack",
"main": "lib/index.js",
"files": [
"lib/",
"runtime.js",
"empty-entry.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NekR/offline-plugin.git"
},
"author": "Arthur Stolyar <nekr.fabula@gmail.com>",
"license": "MIT",
"dependencies": {
"deep-extend": "^0.4.0",
"ejs": "^2.3.4",
"loader-utils": "0.2.x",
"minimatch": "^2.0.10",
"serviceworker-cache-polyfill": "^3.0.0"
},
"bugs": {
"url": "https://github.com/NekR/offline-plugin/issues"
},
"homepage": "https://github.com/NekR/offline-plugin",
"keywords": [
"webpack",
"plugin",
"offline",
"cache",
"service-worker",
"serviceworker",
"appcache",
"application cache"
]
}