UNPKG

webrtc-adapter-test

Version:

Hide browser differences in WebRTC APIs (test package name)

33 lines (32 loc) 828 B
{ "name": "webrtc-adapter-test", "version": "0.2.10", "description": "Hide browser differences in WebRTC APIs (test package name)", "license": "BSD-3-Clause", "main": "adapter.js", "repository": { "type": "git", "url": "https://github.com/webrtc/adapter.git" }, "scripts": { "test": "grunt && test/run-tests" }, "testling": { "files": "test/test.js" }, "devDependencies": { "browserify": "^10.2.1", "chromedriver": "^2.16.0", "grunt": "^0.4.5", "grunt-cli": ">=0.1.9", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-uglify": "^0.9.1", "grunt-githooks": "^0.3.1", "grunt-jscs": "^2.0.0", "selenium-webdriver": "^2.48.0", "tape": "^4.0.0", "testling": "^1.7.1", "travis-multirunner": "^3.0.0" } }