UNPKG

webrtc-test-suite

Version:

Testing webRTC capabilities by trying to use them. Not a feature detector. A capability tester.Also packs some utilities to make developer's live easier while making webRTC tools.

40 lines (39 loc) 1.13 kB
{ "name": "webrtc-test-suite", "version": "2.1.2", "main": "dist/index.js", "source": "index.js", "repository": "git@github.com:theanam/webrtc-test-suite.git", "homepage": "https://github.com/theanam/webrtc-test-suite", "author": "Anam Ahmed <anam.ahmed.a@gmail.com>", "license": "MIT", "keywords": [ "webrtc", "feature testing", "browser compatibility", "getusermedia", "rtcpeerconnection", "hardware test", "getusermedia", "testusermedia", "mediadevices", "real time" ], "devDependencies": { "jquery": "^3.5.1", "parcel-bundler": "^1.12.4", "sass": "^1.26.8" }, "scripts": { "watch": "parcel watch index.js --global _rtc", "build": "parcel build index.js --global _rtc" , "run-example": "parcel test/index.html -d test-temp", "build-example": "parcel build test/index.html -d test-dist --public-url /webrtc-test-suite", "publish-page": "yarn build-example && cp test-temp/test.png test-dist/ && npx gh-pages -d test-dist && rm -rf test-dist" }, "browserslist": [ "defaults", "not IE 11", "not IE_Mob 11" ] }