-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 819 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 819 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
{
"name": "paper-lightbox",
"version": "1.1.0",
"authors": [
"Óscar Solás <oscarsolas@gmail.com>"
],
"description": "Polymer element to launch content inside a popup",
"main": [
"paper-lightbox.html"
],
"license": "MIT",
"homepage": "https://github.com/Redbility/paper-lightbox",
"ignore": [
"bower_components",
"source"
],
"keywords": [
"web-components",
"popup",
"lightbox",
"ajax"
],
"dependencies": {
"polymer": "polymer/polymer#^v1.2.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"paper-button": "PolymerElements/paper-button#^1.0.0",
"paper-lightbox": "Redbility/paper-lightbox#^1.1.0"
}
}