From a678affdc3eea027f6382de0cd9499b35cf359df Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Sun, 15 Feb 2015 15:49:02 +0000 Subject: [PATCH] added bower file --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json 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" + ] +}