diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..202b1fc7 --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "Recorderjs", + "description": "Web Audio API recorder project.", + "version": "0.1.0", + "keywords": [ + "js", + "front-end", + "web", + "web audio api" + ], + "homepage": "https://github.com/mattdiamond/Recorderjs", + "main": [ + "recorder.js", + "recorderWorker.js" + ] +} \ No newline at end of file