mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
44 lines
861 B
JSON
44 lines
861 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"
|
|
],
|
|
"_release": "1.0.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.4",
|
|
"commit": "cec8e49744a1e18b14a711eea77e201bb70de544"
|
|
},
|
|
"_source": "git://github.com/desandro/doc-ready.git",
|
|
"_target": "~1.0.4",
|
|
"_originalSource": "doc-ready"
|
|
} |