UNPKG

delayed-scroll-restoration-polyfill

Version:
36 lines (35 loc) 964 B
{ "name": "delayed-scroll-restoration-polyfill", "version": "0.1.1", "description": "Polyfill that mimics Chrome's scroll restoration behavior.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/brigade/delayed-scroll-restoration-polyfill.git" }, "homepage": "https://github.com/brigade/delayed-scroll-restoration-polyfill", "bugs": "https://github.com/brigade/delayed-scroll-restoration-polyfill/issues", "scripts": { "build-npm": "babel index.es6.js --out-file index.js", "prepublish": "npm run build-npm" }, "author": "Brigade Engineering", "contributors": [ { "name": "Jan Paul Posma", "email": "jp.posma@brigade.com" } ], "license": "MIT", "devDependencies": { "babel-cli": "^6.2.0", "babel-preset-es2015": "^6.1.18", "eslint": "^1.10.1", "eslint-config-brigade": "^1.9.0" }, "keywords": [ "scroll", "restoration", "polyfill" ] }