mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
41 lines
828 B
JSON
41 lines
828 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",
|
|
"_release": "0.7.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.7.0",
|
|
"commit": "d08c6be31172d0ba821e7bbe6b20892377d8c363"
|
|
},
|
|
"_source": "git://github.com/WickyNilliams/headroom.js.git",
|
|
"_target": "~0.7.0",
|
|
"_originalSource": "headroom.js",
|
|
"_direct": true
|
|
} |