diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2ca21e5 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "belafonte", + "description": "A peer to peer content distribution network", + "main": "dist/belafonte.min.js", + "authors": [ + "Jared Deckard " + ], + "license": "MIT", + "keywords": [ + "bittorrent", + "cache", + "cdn", + "p2p", + "peer", + "seed", + "share", + "torrent", + "web2web", + "webtorrent", + "webrtc" + ], + "homepage": "https://github.com/deckar01/belafonte", + "scripts": { + "postinstall": "npm run build" + } +}