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