-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 1.04 KB
/
bower.json
File metadata and controls
32 lines (32 loc) · 1.04 KB
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
{
"name": "spinner-backdrop",
"description": "Shows a `paper-spinner` and a backdrop overlay with a great fade-out animation to entire container. Perfect for page route transition!",
"version": "2.0.2",
"homepage": "https://ingressorapidowebcomponents.github.io/components/pdf-browser-viewer",
"main": "spinner-backdrop.html",
"authors": [
"Andrew Willard (https://github.com/andrew-silva-movile)"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"spinner",
"route",
"transition",
"page",
"loading"
],
"dependencies": {
"polymer": "Polymer/polymer#2.7.0",
"paper-spinner": "PolymerElements/paper-spinner#2.1.0",
"neon-animation": "PolymerElements/neon-animation#2.2.1",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#2.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
}
}