@vcl/go-to-top
Version:
A fix positioned control to jump to the top of a scrolled viewport
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "@vcl/go-to-top",
"description": "A fix positioned control to jump to the top of a scrolled viewport",
"version": "0.6.3",
"main": "package.json",
"scripts": {
"test": "vcl-preprocessor ./index.sss ./build/test.css",
"browsersync": "browser-sync start --server --files \"demo\" \"build\" --index \"/build/index.html\" ",
"build-demo": "vcl-build-demo --watch --vcl-root=..",
"start": "npm-run-all --parallel build-demo browsersync"
},
"style": "index.sss",
"demoStyle": "demo.sss",
"author": {
"name": "n-fuse GmbH",
"email": "info@n-fuse.co",
"url": "https://www.n-fuse.co"
},
"contributors": [
{
"name": "Thomas Hoppe",
"email": "thomas.hoppe@n-fuse.co"
}
],
"license": "MIT",
"devDependencies": {
"@vcl/build-demo": "^0.6.3",
"@vcl/preprocessor": "^0.6.3",
"browser-sync": "^2.26.3",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@vcl/theme": "^0.6.3"
},
"keywords": [
"css",
"vcl",
"component",
"go-to-top"
],
"vcl": {
"categories": [
{
"title": "Navigations",
"itemPriority": 70,
"priority": 50
}
]
},
"gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020"
}