diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..e6b816bb --- /dev/null +++ b/bower.json @@ -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 " + ], + "description": "An HTML5 based audio player with a waveform view", + "keywords": [ + "audio", + "player", + "waveform", + "canvas", + "html5", + "javascript" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "example", + "legacy" + ] +} diff --git a/package.json b/package.json index 5e945576..52524bfd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "javascript" ], "author": "Michael Dzjaparidze", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/michaeldzjap/waveplayer.js/issues" },