added bower file
This commit is contained in:
parent
34038297bd
commit
a678affdc3
1 changed files with 27 additions and 0 deletions
27
bower.json
Normal file
27
bower.json
Normal file
|
@ -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 <kevin.jahns@rwth-aachen.de>"
|
||||||
|
],
|
||||||
|
"description": "A WebRTC connector for Yjs",
|
||||||
|
"moduleType": [
|
||||||
|
"globals",
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"Yjs",
|
||||||
|
"connector",
|
||||||
|
"webrtc"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue