Finished support for new connector type
This commit is contained in:
34
examples/EasyConn/bower_components/peerjs/.bower.json
vendored
Normal file
34
examples/EasyConn/bower_components/peerjs/.bower.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "peerjs",
|
||||
"version": "0.3.14",
|
||||
"homepage": "http://peerjs.com",
|
||||
"authors": [
|
||||
"Michelle Bu <michelle@michellebu.com>"
|
||||
],
|
||||
"description": "Simple peer-to-peer data and media using WebRTC.",
|
||||
"main": "peer.js",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"peer",
|
||||
"peerjs",
|
||||
"p2p"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"_release": "0.3.14",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "0.3.14",
|
||||
"commit": "708cb482682a3c7599dd177090e789722e2b8346"
|
||||
},
|
||||
"_source": "git://github.com/peers/bower-peerjs.git",
|
||||
"_target": "~0.3.14",
|
||||
"_originalSource": "peerjs",
|
||||
"_direct": true
|
||||
}
|
||||
5
examples/EasyConn/bower_components/peerjs/README.md
vendored
Normal file
5
examples/EasyConn/bower_components/peerjs/README.md
vendored
Normal file
File diff suppressed because one or more lines are too long
24
examples/EasyConn/bower_components/peerjs/bower.json
vendored
Normal file
24
examples/EasyConn/bower_components/peerjs/bower.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "peerjs",
|
||||
"version": "0.3.14",
|
||||
"homepage": "http://peerjs.com",
|
||||
"authors": [
|
||||
"Michelle Bu <michelle@michellebu.com>"
|
||||
],
|
||||
"description": "Simple peer-to-peer data and media using WebRTC.",
|
||||
"main": "peer.js",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"peer",
|
||||
"peerjs",
|
||||
"p2p"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
2939
examples/EasyConn/bower_components/peerjs/peer.js
vendored
Normal file
2939
examples/EasyConn/bower_components/peerjs/peer.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
examples/EasyConn/bower_components/peerjs/peer.min.js
vendored
Normal file
2
examples/EasyConn/bower_components/peerjs/peer.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user