-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 845 Bytes
/
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
{
"name": "embedded-media",
"main": "embedded-media.html",
"version": "0.5",
"authors": [
"Igor Rubinovich <igor.rubinovih@gmail.com>"
],
"description": "A responsive embed element for Polymer 1.0",
"keywords": [
"embed",
"media",
"responsive",
"web-component",
"web-components",
"polymer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"webcomponentsjs": "~0.7.7",
"polymer": "~1.0.8",
"css-element-queries": "git@github.com:marcj/css-element-queries.git#~0.3.2",
"screenfull": "screenfull.js#^1.0.4"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#~1.0.5",
"web-component-tester": "*"
},
"resolutions": {
"polymer": "^1.9.3"
}
}