jellyfin-web/dashboard-ui/bower_components/headroomjs/bower.json

28 lines
524 B
JSON
Raw Normal View History

2015-12-14 08:43:03 -07:00
{
"name": "headroom.js",
"version": "0.7.0",
"main": ["dist/headroom.js", "dist/jQuery.headroom.js", "dist/angular.headroom.js"],
"ignore": [
"**/.*",
"node_modules",
"components",
"spec",
"Gruntfile.js",
"src",
"bower_components",
"test",
"tests"
],
"homepage": "http://wicky.nillia.ms/headroom.js/",
"authors": [
"WickyNilliams"
],
"description": "Hide your header until you need it",
"keywords": [
"header",
"js",
"scroll"
],
"license": "MIT"
}