Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
package managers meta
+ removed accidental .png
+ no rel on video
  • Loading branch information
stamat committed Aug 8, 2019
1 parent e76db45 commit 240bf51
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "jquery.youtube-background",
"main": [
"jquery.youtube-background.js"
],
"homepage": "https://github.com/stamat/jquery.youtube-background",
"authors": [
"Nikola Stamatovic Stamat <nikola.stamatovic@me.com>"
],
"description": "Simple jQuery plugin for embedding YouTube videos as a cover background",
"keywords": [
"youtube",
"background",
"jquery",
"embed",
"jquery-plugin",
"youtube-embed",
"youtube-embed-player"
],
"license": "MIT",
"ignore": [
"index.html"
],
"dependencies": {
"jquery": ">=1.7"
}
}
25 changes: 25 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "jquery.youtube-background",
"repo": "stamat/jquery.youtube-background",
"description": "https://github.com/stamat/jquery.youtube-background",
"version": "1.1",
"keywords": [
"youtube",
"background",
"jquery",
"embed",
"jquery-plugin",
"youtube-embed",
"youtube-embed-player"
],
"dependencies": {
"component/jquery": "*"
},
"development": {},
"scripts": {
"jquery.youtube-background.js": "jquery.youtube-background.js"
},
"styles": {

}
}
1 change: 1 addition & 0 deletions jquery.youtube-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
'autoplay': 1,
'mute': 1,
'loop': 1,
'rel': 0,
'showinfo': 0,
'modestbranding': 1
},
Expand Down
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery.youtube-background",
"version": "1.1",
"description": "Simple jQuery plugin for embedding YouTube videos as a cover background",
"main": "jquery.youtube-background.js",
"repository": {
"type": "git",
"url": "https://github.com/stamat/jquery.youtube-background.git"
},
"keywords": [
"youtube",
"background",
"jquery",
"embed",
"jquery-plugin",
"youtube-embed",
"youtube-embed-player"
],
"author": "Nikola Stamatovic <nikola.stamatovic@me.com>",
"contributors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stamat/jquery.youtube-background/issues"
},
"peerDependencies": {
"jquery": ">=1.7.0"
}
}
Binary file removed spacer.png
Binary file not shown.

0 comments on commit 240bf51

Please sign in to comment.