mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
36 lines
601 B
JSON
36 lines
601 B
JSON
|
{
|
||
|
"name": "doc-ready",
|
||
|
"version": "1.0.4",
|
||
|
"description": "Let's get this party started... on document ready",
|
||
|
"main": "doc-ready.js",
|
||
|
"dependencies": {
|
||
|
"eventie": "^1"
|
||
|
},
|
||
|
"homepage": "https://github.com/desandro/doc-ready",
|
||
|
"authors": [
|
||
|
"David DeSandro"
|
||
|
],
|
||
|
"moduleType": [
|
||
|
"amd",
|
||
|
"globals",
|
||
|
"node"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"DOM",
|
||
|
"document",
|
||
|
"ready"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests",
|
||
|
"examples",
|
||
|
"package.json",
|
||
|
"component.json",
|
||
|
"index.html"
|
||
|
]
|
||
|
}
|