angular-detectrtc
Version:
A tiny JavaScript library that can be used to detect WebRTC features e.g. system having speakers, microphone or webcam, screen capturing is supported, number of audio/video devices etc.
59 lines (58 loc) • 1.7 kB
JSON
{
"name": "angular-detectrtc",
"preferGlobal": false,
"version": "1.4.1",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "https://muazkhan.com/"
},
"description": "A tiny JavaScript library that can be used to detect WebRTC features e.g. system having speakers, microphone or webcam, screen capturing is supported, number of audio/video devices etc.",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/DetectRTC.git"
},
"scripts": {
"start": "node server.js",
"test": "./node_modules/.bin/protractor test/browserstack.config.js"
},
"main": "DetectRTC.js",
"types": "DetectRTC.d.ts",
"keywords": [
"webrtc",
"detectrtc",
"webrtc-library",
"library",
"javascript",
"rtcweb",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/DetectRTC/issues",
"email": "muazkh@gmail.com"
},
"homepage": "https://www.webrtc-experiment.com/DetectRTC/",
"tonicExampleFilename": "npm-test.js",
"_id": "detectrtc@",
"_from": "detectrtc@",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"load-grunt-tasks": "3.4.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-jsbeautifier": "0.2.10",
"grunt-replace": "0.11.0",
"grunt-contrib-clean": "0.6.0",
"grunt-bump": "0.7.0",
"grunt-contrib-watch": "^1.1.0"
}
}