UNPKG

open-easyrtc

Version:

Open-EasyRTC enables quick development of WebRTC

78 lines (77 loc) 2.18 kB
{ "name": "open-easyrtc", "version": "2.1.4", "homepage": "https://github.com/open-easyrtc/open-easyrtc", "author": "Harold Thetiot <hthetiot@gmail.com>", "description": "Open-EasyRTC enables quick development of WebRTC", "contributors": [ "Harold Thetiot <hthetiot@gmail.com>", "Chris De Pasquale <cdep@squale.me>", "Doug Pelton <doug@priologic.com>", "Rod Apeldoorn <rod.apeldoorn@priologic.com>", "Eric Davies <eric.davies@priologic.com>" ], "keywords": [ "webRTC", "easy", "EasyRTC", "RTC", "server" ], "repository": { "type": "git", "url": "https://github.com/open-easyrtc/open-easyrtc.git" }, "bugs": { "url": "https://github.com/open-easyrtc/open-easyrtc/issues" }, "main": "index", "dependencies": { "async": "^3.2.6", "colors": "^1.4.0", "socket.io-client": "^4.8.1", "underscore": "^1.13.7", "webrtc-adapter": "^9.0.1" }, "scripts": { "lint": "grunt lint", "cleanup": "rm -fr node_modules/ && npm install && rm -fr bower_components/ && bower install", "build": "grunt build", "test": "grunt test", "test-headless": "grunt test-headless", "doc": "grunt jsdoc:client jsdoc:server", "serve": "grunt serve" }, "analyze": false, "license": "BSD-2-Clause", "engines": { "node": ">=0.8" }, "devDependencies": { "fs": "0.0.2", "grunt": "1.5", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-csslint": "^2.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-uglify": "^5.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-file-info": "^1.0.10", "grunt-jsdoc": "^2.4.1", "grunt-karma": "^4.0.2", "jasmine": "^3.5.0", "jasmine-core": "^2.4.1", "jsdoc-oblivion": "0.0.4", "karma": "^6.3.2", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^2.0.2", "karma-firefox-launcher": "^1.0.0", "karma-ie-launcher": "^1.0.0", "karma-jasmine": "^1.1.2", "karma-requirejs": "^1.0.0", "requirejs": "^2.2.0", "strip-json-comments": "^2.0.1", "time-grunt": "^1.3.0" } }