Skip to content

Commit

Permalink
Merge pull request #4 from theonion/bower
Browse files Browse the repository at this point in the history
fixes #3
  • Loading branch information
shaqq committed Feb 14, 2014
2 parents f0e6c45 + b4bd33f commit c07375e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "videojs-endcard",
"version": "0.1.0",
"main": "videojs.endcard.js",
"description": "Simple, customizable end card solution for VideoJS.",
"keywords": [
"videojs",
"endcard"
],
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"test",
"tests"
]
}
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "videojs-endcard",
"version": "0.1.0",
"description": "Simple, customizable end card solution for VideoJS.",
"main": "videojs.endcard.js",
"repository": {
"type": "git",
"url": "https://github.com/theonion/videojs-endcard.git"
},
"homepage": "http://theonion.github.io/videojs-endcard/",
"keywords": [
"videojs",
"endcard"
],
"author": {
"name": "Shaker Islam",
"email": "[email protected]"
},
"license": "MIT"
}

0 comments on commit c07375e

Please sign in to comment.