-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 877 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 877 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
{
"description": "YouTube video playback web component.",
"keywords": [
"google",
"youtube",
"polymer",
"web-components",
"web-component"
],
"repository": "GoogleWebComponents/google-youtube",
"homepage": "https://googlewebcomponents.github.io/google-youtube",
"name": "@google-web-components/google-youtube",
"version": "3.0.1",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "google-youtube.js",
"author": "Jeff Posnick <jeffy@google.com>",
"license": "Apache-2.0",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/iron-localstorage": "^3.0.0-pre.18",
"@google-web-components/google-apis": "^3.0.0"
},
"devDependencies": {
"wct-browser-legacy": "^1.0.1",
"@polymer/iron-component-page": "^3.0.0-pre.18"
}
}