26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"name": "peerjs-connector",
|
|
"version": "0.0.0",
|
|
"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",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"peerjs"
|
|
],
|
|
"author": "Kevin Jahns <kevin.jahns@rwth-aachen.de>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"peerjs": "~0.3.14"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-sourcemaps": "~1.2.8",
|
|
"gulp-concat": "~2.4.1",
|
|
"gulp-coffee": "~2.2.0",
|
|
"gulp-uglify": "~1.0.1",
|
|
"gulp": "~3.8.10",
|
|
"coffee-script": "~1.8.0"
|
|
}
|
|
}
|