diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d4fd619 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "y-webrtc", + "main": "y-webrtc.js", + "version": "0.4.0", + "homepage": "https://github.com/rwth-acis/y-webrtc", + "authors": [ + "Kevin Jahns " + ], + "description": "A WebRTC connector for Yjs", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "Yjs", + "connector", + "webrtc" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}