UNPKG

819 BJSONView Raw
1{
2 "name": "@vuepress/plugin-back-to-top",
3 "version": "1.9.5",
4 "description": "back-to-top plugin for vuepress",
5 "keywords": [
6 "documentation",
7 "generator",
8 "vue",
9 "vuepress"
10 ],
11 "homepage": "https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-back-to-top#readme",
12 "bugs": {
13 "url": "https://github.com/vuejs/vuepress/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/vuejs/vuepress.git",
18 "directory": "packages/@vuepress/plugin-back-to-top"
19 },
20 "license": "MIT",
21 "author": "ULIVZ <chl814@foxmail.com>",
22 "main": "index.js",
23 "dependencies": {
24 "@vuepress/types": "1.9.5",
25 "lodash.debounce": "^4.0.8"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "gitHead": "ef6f87a5cc23903b74a86cffda325abafa7fe5e8"
31}