Skip to content

Commit

Permalink
added bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Feb 15, 2015
1 parent 3403829 commit a678aff
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
],
"description": "A WebRTC connector for Yjs",
"moduleType": [
"globals",
"node"
],
"keywords": [
"Yjs",
"connector",
"webrtc"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a678aff

Please sign in to comment.