UNPKG

@midiu/sticky

Version:

A lightweight vanilla javascript for creating sticky elements pinned to the page or to a container element

30 lines (29 loc) 813 B
{ "name": "@midiu/sticky", "version": "1.0.4", "description": "A lightweight vanilla javascript for creating sticky elements pinned to the page or to a container element", "keywords": [ "pinned-elements", "sticky-elements", "fixed", "pinned", "sticky", "sticky-sidebar", "sticky-header" ], "author": "Vinh Trinh <vinhtrinh.live@gmail.com>", "repository": { "type": "git", "url": "https://github.com/vinhtrinh/sticky" }, "license": "MIT", "main": "src/js/sticky.js", "devDependencies": { "eslint": "^5.10.0", "eslint-plugin-sonarjs": "^0.2.0" }, "scripts": { "lint": "./node_modules/.bin/eslint ./src", "test": "echo \"No test specified\" && exit 0" } }