UNPKG

jquery-sticky-element

Version:

Simple and lightweight plugin to pin/sticky elements inside a container so they move as the user scrolls

42 lines (41 loc) 929 B
{ "name": "jquery-sticky-element", "description": "Simple and lightweight plugin to pin/sticky elements inside a container so they move as the user scrolls", "version": "1.3.0", "repository": { "type": "git", "url": "git@github.com:EnzoMartin/Sticky-Element.git" }, "scripts": { "lint": "eslint .", "lint-fix": "eslint --fix ." }, "license": "MIT", "author": "Enzo Martin <enzo.r.martin@gmail.com>", "contributors": [ { "name": "Enzo Martin", "email": "enzo.r.martin@gmail.com" } ], "files": [ "jquery.stickyelement.js", "jquery.stickyelement.min.js" ], "keywords": [ "dom", "sticky", "pin", "element", "scroll", "jquery-plugin", "ecosystem:jquery" ], "dependencies": { "jquery": ">=1.7.0" }, "devDependencies": { "enzo-codestyle": "^4.3.0", "eslint": "^4.10.0" } }