UNPKG

motion-scroll

Version:

scroll to an element or a position with easing

39 lines (38 loc) 974 B
{ "name": "motion-scroll", "version": "1.0.7", "description": "scroll to an element or a position with easing", "repository": "ninjabonsai/motion-scroll", "main": "lib/index.js", "unpkg": "dist/index.js", "scripts": { "build": "babel src/index.js -o lib/index.js", "umd-build": "rollup src/index.js --file dist/index.js --format umd --name 'MotionScroll'", "prepublish": "npm run build && npm run umd-build" }, "babel": { "presets": [ "@babel/preset-env" ] }, "files": [ "lib/", "dist/" ], "keywords": [ "scroll", "element", "easing", "window" ], "author": "Richard Rogers", "license": "MIT", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "eslint": "^5.12.1", "rollup": "^1.1.2" }, "dependencies": {} }