@kuzorov/smoothscroll-polyfill
Version:
Smooth Scroll behavior polyfill
58 lines (57 loc) • 1.46 kB
JSON
{
"title": "smoothscroll",
"name": "@kuzorov/smoothscroll-polyfill",
"description": "Smooth Scroll behavior polyfill",
"version": "0.4.6",
"author": {
"name": "Dustan Kasten",
"email": "dustan.kasten@gmail.com",
"url": "https://iamdustan.com"
},
"contributors": [
{
"name": "Jeremias Menichelli",
"email": "jmenichelli@gmail.com",
"url": "https://jeremenichelli.io"
}
],
"dependencies": {},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^4.7.1",
"husky": "^0.14.3",
"lint-staged": "^6.0.1",
"lodash.clonedeep": "^4.5.0",
"prettier": "^1.10.2",
"rollup": "^0.50.0",
"uglify-js": "^3.1.1"
},
"main": "dist/smoothscroll.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint {src,test}/**/*.js",
"build": "rollup -c rollup.config.js",
"preminify": "yarn build",
"minify": "uglifyjs dist/smoothscroll.js -c -m -o dist/smoothscroll.min.js --verbose",
"listdiff": "prettier --list-different {src,test}/**/*.js",
"format": "prettier --write {src,test}/**/*.js",
"prepublish": "npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamdustan/smoothscroll.git"
},
"keywords": [
"smooth",
"scroll",
"CSSOM",
"polyfill"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iamdustan/smoothscroll/issues"
},
"homepage": "https://iamdustan.com/smoothscroll"
}