jquery.scrollup
Version:
A jQuery plugin to create a customisable 'Scroll to top' feature that will work with any website, with ease.
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "jquery.scrollup",
"title": "scrollUp",
"description": "A jQuery plugin to create a customisable 'Scroll to top' feature that will work with any website, with ease.",
"version": "2.4.1",
"homepage": "http://markgoodyear.com/labs/scrollup/",
"author": "Mark Goodyear <hello@markgoodyear.com> (http://markgoodyear.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/markgoodyear/scrollup.git"
},
"bugs": {
"url": "https://github.com/markgoodyear/scrollup/issues"
},
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"keywords": [
"jquery",
"plugin",
"scroll",
"scrollUp",
"scroll up",
"scroll to top",
"top",
"back to top"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1"
},
"engines": {
"node": ">=0.10.3"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}