Skip to content

Commit

Permalink
Added more info to the bower file #259
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Nov 19, 2014
1 parent 36e5973 commit 4c76663
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
34 changes: 33 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
{
"name": "jPlayer",
"version": "2.8.1",
"description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
"author": {
"name": "Mark J Panaghiston",
"email": "markp@happyworm.com",
"homepage": "http://happyworm.com/"
},
"homepage": "http://jplayer.org/",
"keywords": [
"jquery-plugin",
"audio",
"video",
"media",
"player",
"jplayer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/happyworm/jPlayer.git"
},
"main": [
"./dist/jplayer/jquery.jplayer.js",
"./skin/pink.flag/jplayer.pink.flag.css"
"./dist/jplayer/jquery.jplayer.swf",
"./skin/pink.flag/jplayer.pink.flag.css",
"./skin/pink.flag/mustache/jplayer.pink.flag.audio.single.html"
],
"ignore": [
"artwork",
"examples",
"lib",
"skin/circle.player",
"src",
"**/*.md",
"**/*.txt",
"Gruntfile.js"
],
"dependencies": {
"jquery": ">=1.7.2"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jplayer",
"version": "2.8.1",
"description": "The jQuery HTML5 Audio / Video Library. jPlayer allows you to create a media player with a consistent interface and experience across all browsers.",
"description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
"organization": "Happyworm Ltd",
"author": {
"name": "Mark J Panaghiston",
"email": "markp@happyworm.com",
"url": "http://happyworm.com/"
},
"homepage": "http://www.jplayer.org/",
"homepage": "http://jplayer.org/",
"keywords": [
"jquery-plugin",
"audio",
Expand Down

0 comments on commit 4c76663

Please sign in to comment.