package.json 774 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-pwa",
B
Ben Hong 已提交
3
  "version": "1.5.3",
U
ULIVZ 已提交
4
  "description": "pwa plugin for vuepress",
B
v1.3.0  
Ben Hong 已提交
5 6 7 8 9 10
  "keywords": [
    "documentation",
    "generator",
    "vue",
    "vuepress"
  ],
11
  "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-pwa#readme",
B
v1.3.0  
Ben Hong 已提交
12 13
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
U
ULIVZ 已提交
14 15 16
  },
  "repository": {
    "type": "git",
17 18
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/plugin-pwa"
U
ULIVZ 已提交
19
  },
B
v1.3.0  
Ben Hong 已提交
20 21 22
  "license": "MIT",
  "author": "ULIVZ <chl814@foxmail.com>",
  "main": "index.js",
U
ULIVZ 已提交
23
  "dependencies": {
B
Ben Hong 已提交
24
    "@vuepress/shared-utils": "1.5.3",
25
    "register-service-worker": "^1.7.0",
26
    "workbox-build": "^4.3.1"
U
ULIVZ 已提交
27
  },
B
v1.3.0  
Ben Hong 已提交
28 29 30
  "publishConfig": {
    "access": "public"
  }
U
ULIVZ 已提交
31
}