Skip to content

Commit

Permalink
Adding a package.json for jam
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Jul 29, 2012
1 parent f7ebe5b commit 0645ceb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "jplayer",
"version": "2.1.1",
"description": "The jQuery HTML5 Audio / Video Library",
"homepage": "http://www.jplayer.org/",
"keywords": [
"audio",
"video"
],
"dependencies": {
"jquery": ">1.4.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type" : "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/happyworm/jPlayer.git"
}
],
"github": "http://github.com/happyworm/jPlayer",
"main": "example.js"
}

0 comments on commit 0645ceb

Please sign in to comment.