30 lines
814 B
JSON
30 lines
814 B
JSON
{
|
|
"name": "connector",
|
|
"version": "0.0.0",
|
|
"description": "Connect to other users via a generic interface. The interface is standardized, so you can use other connectors without changing your code. ",
|
|
"main": "peerjs-connector/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",
|
|
"gulp-plumber": "~0.6.6",
|
|
"gulp-browserify": "~0.5.0",
|
|
"coffeeify": "~1.0.0",
|
|
"underscore": "~1.7.0"
|
|
}
|
|
}
|