31 lines
608 B
JSON
31 lines
608 B
JSON
{
|
|
"name": "peerjs-connector",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
|
],
|
|
"description": "Connect to other users via PeerJS. The interface is standardized, so you can use other connectors without changing your code.",
|
|
"main": [
|
|
"peerjs-connector.js",
|
|
"peerjs-connector.html"
|
|
],
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"peerjs"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#~0.5.1"
|
|
}
|
|
}
|