package.json 748 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-active-header-links",
B
v1.4.0  
Billyyyyy3320 已提交
3
  "version": "1.4.0",
U
ULIVZ 已提交
4
  "description": "active-header-links plugin for vuepress",
B
v1.3.0  
Ben Hong 已提交
5 6 7 8 9 10 11 12 13
  "keywords": [
    "documentation",
    "generator",
    "vue",
    "vuepress"
  ],
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-active-header-links#readme",
  "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-active-header-links"
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": {
24
    "lodash.debounce": "^4.0.8"
U
ULIVZ 已提交
25
  },
B
v1.3.0  
Ben Hong 已提交
26 27 28
  "publishConfig": {
    "access": "public"
  }
U
ULIVZ 已提交
29
}