41 lines
965 B
JSON
41 lines
965 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"
|
|
},
|
|
"homepage": "https://github.com/DadaMonad/peerjs-connector",
|
|
"_release": "0.0.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.0.0",
|
|
"commit": "3bfeb2831ff0a494531a4ed438e149a256c6fb71"
|
|
},
|
|
"_source": "git://github.com/DadaMonad/peerjs-connector.git",
|
|
"_target": "~0.0.0",
|
|
"_originalSource": "peerjs-connector",
|
|
"_direct": true
|
|
} |