forked from NekR/offline-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.06 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "offline-plugin",
"version": "3.4.2",
"description": "offline-plugin for webpack",
"main": "lib/index.js",
"files": [
"lib/",
"tpls/",
"runtime.js",
"empty-entry.js"
],
"scripts": {
"test": "node tests/run",
"build": "./node_modules/.bin/babel src/ -d lib/",
"watch": "npm run build -- --watch"
},
"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",
"es6-promise": "^3.0.2",
"loader-utils": "0.2.x",
"minimatch": "^3.0.2"
},
"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"
],
"devDependencies": {
"babel": "^5.8.23",
"webpack": "^1.0.0",
"es6-promise": "^3.0.2"
}
}