UNPKG

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