-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 968 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
39
40
41
42
43
44
45
46
{
"name": "simpla-video",
"version": "1.2.1",
"authors": [
"Simpla <[email protected]>"
],
"description": "Embed responsive videos from Youtube and Vimeo on your page",
"keywords": [
"simpla",
"video",
"editable",
"responsive",
"embed",
"web component",
"custom element",
"content management"
],
"main": "simpla-video.html",
"license": "MIT",
"homepage": "https://github.com/SimplaElements/simpla-video/",
"pages": {
"API Reference": "API.md"
},
"demos": {
"Demo": "demo/index.html"
},
"ignore": [
"*",
"!src",
"!*.html",
"!LICENSE"
],
"dependencies": {
"polymer": "^1.8.0",
"simpla-element-behavior": "^0.2.3",
"simpla-styles": "^1.0.1"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.5",
"web-component-tester": "^4.0.0",
"simpla-demo-helper": "^0.1.3"
},
"resolutions": {
"polymer": "^1.8.0"
}
}