UNPKG

vuepress-plugin-smooth-scroll

Version:

VuePress plugin for smooth scrolling

39 lines (38 loc) 915 B
{ "name": "vuepress-plugin-smooth-scroll", "version": "0.0.10", "description": "VuePress plugin for smooth scrolling", "keywords": [ "plugin", "scroll", "smooth", "vuepress" ], "homepage": "https://github.com/vuepress", "bugs": { "url": "https://github.com/vuepress/vuepress-community/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress/vuepress-community.git" }, "license": "MIT", "author": "meteorlxy <meteor.lxy@foxmail.com>", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "styles" ], "scripts": { "build": "rimraf lib && tsc -p tsconfig.build.json", "lint": "eslint --ext .ts src" }, "dependencies": { "smoothscroll-polyfill": "^0.4.4" }, "devDependencies": { "@types/smoothscroll-polyfill": "^0.3.1" }, "gitHead": "820ac793e5b5a85a53148eb0fee7c1df15d47d9b" }