Skip to content

Commit

Permalink
Merge pull request #206 from Zetaphor/master
Browse files Browse the repository at this point in the history
Added bower.json
  • Loading branch information
Zetaphor committed Feb 1, 2016
2 parents 79d409f + f278d61 commit ee247fd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
bower_components/
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "audiojs",
"homepage": "https://kolber.github.io/audiojs/",
"authors": [
"Gary Daigle <[email protected]>",
"Anthony Kolber <[email protected]>"
],
"description": "A cross-browser javascript wrapper for the html5 audio tag",
"main": "audio.js",
"moduleType": [
"globals"
],
"keywords": [
"audio",
"javascript",
"html5"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "~2.2.0"
}
}

0 comments on commit ee247fd

Please sign in to comment.