angular-stickyfill
Version:
Angular directive for stickyfill (position sticky polyfill)
34 lines (33 loc) • 658 B
JSON
{
"name": "angular-stickyfill",
"homepage": "https://github.com/pusherman/angular-stickyfill",
"authors": [
"Corey Wilson <corey@eastcodes.com>"
],
"description": "Angular directive for stickyfill (position sticky polyfill)",
"main": [
"src/angular-stickyfill.js",
"src/angular-stickyfill.css"
],
"moduleType": [],
"keywords": [
"angular",
"polyfill",
"stickyfill",
"position",
"sticky",
"css"
],
"license": "Unlicense",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.3.0",
"Stickyfill": "~1.1.3"
}
}