@danielr1996/sticky-polyfill
Version:
A VanillaJS Polyfill for position: sticky;
23 lines (22 loc) • 470 B
JSON
{
"name": "@danielr1996/sticky-polyfill",
"version": "1.1.2",
"description": "A VanillaJS Polyfill for position: sticky;",
"keywords": [
"sticky",
"position",
"polyfill"
],
"repository": "gitlab:danielr1996/sticky-polyfill",
"author": "Daniel Richter",
"license": "WTFPL",
"files": [
"dist/"
],
"devDependencies": {
"grunt-contrib-uglify": "^3.3.0",
"grunt-exec": "^3.0.0",
"grunt": "^1.0.2"
},
"dependencies": {}
}