Skip to content

Commit

Permalink
Update bower specs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Dec 10, 2017
1 parent d54df5b commit 6c74f0f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "waveplayer.js",
"version": "1.0.0",
"main": "dist/waveplayer.min.js",
"homepage": "https://github.com/michaeldzjap/waveplayer.js",
"authors": [
"Michael Dzjaparidze <[email protected]>"
],
"description": "An HTML5 based audio player with a waveform view",
"keywords": [
"audio",
"player",
"waveform",
"canvas",
"html5",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"example",
"legacy"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"javascript"
],
"author": "Michael Dzjaparidze",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaeldzjap/waveplayer.js/issues"
},
Expand Down

0 comments on commit 6c74f0f

Please sign in to comment.