mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-17 17:25:50 +10:00
28 lines
663 B
JSON
28 lines
663 B
JSON
{
|
|
"name": "@vuepress/plugin-active-header-links",
|
|
"version": "1.0.0",
|
|
"description": "active-header-links plugin for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-active-header-links#readme"
|
|
} |