-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 916 Bytes
/
package.json
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
{
"name": "jakecache",
"version": "1.1.1",
"description": "Declarative manifest-driven app cache top of ServiceWorker",
"files": [
"dist/jakecache.js",
"dist/jakecache-sw.js"
],
"scripts": {
"build": "node scripts/build.js",
"test": "node test/index.js",
"prepublish": "npm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenchris/jakecache.git"
},
"keywords": [
"serviceworker",
"appcache"
],
"author": "Kenneth Rohde Christiansen <[email protected]>",
"contributors": [
{
"name": "Kenneth Auchenberg",
"email": "[email protected]"
}
],
"license": "See License in LICENSE.md",
"bugs": {
"url": "https://github.com/kenchris/jakecache/issues"
},
"homepage": "https://github.com/kenchris/jakecache#readme",
"devDependencies": {
"rollup": "^0.25.8",
"tape": "^4.5.1"
}
}