diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..5cfebd74 --- /dev/null +++ b/bower.json @@ -0,0 +1,10 @@ +{ + "name": "webtorrent", + "homepage": "https://github.com/feross/webtorrent", + "version": "0.11.2", + "main": "webtorrent.min.js", + "ignore":[ + "bin/**/*", + "img/**/*" + ] +} \ No newline at end of file