moveto
Version:
A lightweight scroll animation javascript library without any dependency.
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "moveto",
"version": "1.8.2",
"description": "A lightweight scroll animation javascript library without any dependency.",
"main": "dist/moveTo.js",
"scripts": {
"gulp": "gulp",
"test": "ava tests/**",
"lint": "gulp scripts:lint",
"build": "yarn gulp build",
"start": "yarn build && yarn gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsnaydd/moveTo.git"
},
"keywords": [
"simple",
"lightweight",
"scroll",
"animated",
"scrolling",
"animation",
"smooth",
"smoothscroll"
],
"author": "Hasan Aydoğdu <hsnaydd@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsnaydd/moveTo/issues"
},
"homepage": "https://github.com/hsnaydd/moveTo#readme",
"engines": {
"node": ">=8.9.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ava": "^2.1.0",
"babel-eslint": "^10.0.2",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"lazypipe": "^1.0.1",
"run-sequence": "^2.2.1"
}
}