mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
28 lines
524 B
JSON
28 lines
524 B
JSON
{
|
|
"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"
|
|
}
|