UNPKG

enumerate-devices-shim

Version:

Enable a consistent use of navigator.mediaDevices.enumerateDevices on browsers that support it.

42 lines (41 loc) 1.18 kB
{ "name": "enumerate-devices-shim", "version": "1.0.2", "description": "Enable a consistent use of navigator.mediaDevices.enumerateDevices on browsers that support it.", "main": "src/index.js", "scripts": { "build": "grunt build" }, "repository": { "type": "git", "url": "https://github.com/pbojinov/enumerateDevices-shim.git" }, "keywords": [ "mediaDevices", "enumerateDevices", "shim", "polyfill" ], "authors": [ "The WebRTC project authors (https://www.webrtc.org/)", "Petar Bojinov <petarbojinov@gmail.com> (https://github.com/pbojinov)" ], "license": "BSD", "bugs": { "url": "https://github.com/pbojinov/enumerateDevices-shim/issues" }, "homepage": "https://github.com/pbojinov/enumerateDevices-shim", "devDependencies": { "chromedriver": "^2.16.0", "eslint-config-webrtc": "^1.0.0", "faucet": "0.0.1", "grunt": "^0.4.5", "grunt-browserify": "^4.0.1", "grunt-cli": ">=0.1.9", "grunt-eslint": "^17.2.0", "grunt-githooks": "^0.3.1", "selenium-webdriver": "^2.52.0", "tape": "^4.0.0", "travis-multirunner": "^3.0.1" } }