jellyfin-web/dashboard-ui/bower_components/doc-ready/bower.json

36 lines
601 B
JSON
Raw Normal View History

2015-10-12 12:09:56 -07:00
{
"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"
]
}