UNPKG

534 BJSONView Raw
1{
2 "name": "localmedia",
3 "description": "WebRTC abstraction for managing local media streams.",
4 "main": "index.js",
5 "authors": [
6 "Fippo Hanke <fippo@goodaadvicepages.net> Xander Dumaine <xander.dumaine@inin.com> Lance Stout <lance@lancestout.com"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "webrtc",
11 "browser"
12 ],
13 "homepage": "https://github.com/otalk/localmedia",
14 "moduleType": [
15 "amd",
16 "globals"
17 ],
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test",
23 "tests"
24 ]
25}