Skip to content

Commit

Permalink
Add bower support
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
aadsm committed May 1, 2016
1 parent 3abccd4 commit b6bf970
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "jsmediatags",
"description": "Media Tags Reader (ID3, MP4)",
"main": "dist/jsmediatags.js",
"authors": [
"António Afonso"
],
"moduleType": [
"amd",
"globals",
"node"
],
"license": "BSD-3-Clause",
"keywords": [
"ID3",
"tags",
"mp3",
"audio",
"mp4"
],
"homepage": "https://github.com/aadsm/jsmediatags",
"ignore": [
"*",
"!dist/jsmediatags.js"
]
}

0 comments on commit b6bf970

Please sign in to comment.