-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 767 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 767 Bytes
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
{
"name": "gulp-sww",
"version": "0.1.4",
"description": "A gulp plugin to make your web app work offline.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"gulpplugin",
"sww",
"offline",
"serviceworker",
"serviceworkers",
"service worker",
"service workers",
"appcache"
],
"author": "Francisco Jordano <francisco@jordano.es>",
"homepage": "https://github.com/arcturus/gulp-sww/",
"repository": "git@github.com:arcturus/gulp-sww.git",
"license": "MPL-2.0",
"dependencies": {
"gulp-util": "^3.0.7",
"node-appcache-generator": "0.0.2",
"serviceworkers-ware": "^0.3.2",
"through": "^2.3.8",
"vinyl": "^1.1.0"
},
"engines": {
"node": ">=4.2.0"
}
}