-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1001 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"description": "Elements for accessing data from media input devices",
"keywords": [
"web-components",
"web-component",
"polymer",
"app",
"user",
"media",
"stream",
"camera",
"audio",
"video"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/app-media.git"
},
"homepage": "https://github.com/PolymerElements/app-media",
"name": "@polymer/app-media",
"version": "3.0.1",
"main": "app-media.js",
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"devDependencies": {
"image-capture": "^0.3.0",
"webmat": "^0.2.2",
"wct-browser-legacy": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/test-fixture": "^4.0.1",
"webrtc-adapter": "^3.0.0",
"@polymer/gen-typescript-declarations": "^1.5.1"
},
"scripts": {
"format": "webmat"
},
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/iron-resizable-behavior": "^3.0.0-pre.26"
}
}