From 1a63c5ab49059b2f983686daa60d5fb4d14e762d Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Sat, 25 Oct 2014 20:50:52 -0700 Subject: [PATCH] added bower.json --- bower.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bower.json 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