ng-stickyfill
Version:
An Angular directive for easy using stickyfill, a polyfill allowing to use position:sticky on browsers that doesn't support that
33 lines (32 loc) • 976 B
JSON
{
"name": "ng-stickyfill",
"version": "1.0.0",
"description": "An Angular directive for easy using stickyfill, a polyfill allowing to use position:sticky on browsers that doesn't support that",
"main": "dist/ng-stickyfill.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cp src/ng-stickyfill.js dist/ng-stickyfill.js && ./node_modules/uglifyjs/bin/uglifyjs -o dist/ng-stickyfill.min.js src/ng-stickyfill.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/komachi/ng-stickyfill.git"
},
"keywords": [
"sticky",
"angular",
"stickyfill",
"polyfill"
],
"author": "Anton Nesterov",
"license": "ISC",
"bugs": {
"url": "https://github.com/komachi/ng-stickyfill/issues"
},
"homepage": "https://github.com/komachi/ng-stickyfill#readme",
"dependencies": {
"Stickyfill": "wilddeer/stickyfill#1.1.3"
},
"devDependencies": {
"uglifyjs": "^2.4.10"
}
}