-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.08 KB
/
bower.json
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
42
{
"name": "sc-three-stage-video",
"version": "1.2.1",
"homepage": "https://github.com/SupportClass/sc-three-stage-video",
"authors": [
"Alex Van Camp <[email protected]>"
],
"description": "A Polymer 2.x element for playing video assets with discrete enter, exit, and loop parts.",
"main": "sc-three-stage-video.html",
"moduleType": [],
"keywords": [
"nodecg",
"dashboard",
"panel",
"polymer",
"web-components",
"web-component"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1",
"web-component-tester": "Lange/web-component-tester#patch-1",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-component-page": "^3.0.1"
},
"resolutions": {
"polymer": "^2.0.0",
"webcomponentsjs": "^1.0.0",
"paper-toast": "^2.0.0"
}
}