-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
22 lines (22 loc) · 896 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
{
"name": "paper-progress-button",
"description": "A paper-button which is enhanced by a progress-bar to give the user immediate feedback of his actions",
"homepage":"https://github.com/FabianWilms/paper-progress-button",
"main": "paper-progress-button.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"paper-button": "PolymerElements/paper-button#^2.1.0",
"paper-progress": "PolymerElements/paper-progress#^2.1.0"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"paper-button": "PolymerElements/paper-button#^2.1.0",
"iron-icon": "PolymerElements/iron-icon#^2.1.0",
"iron-icons": "PolymerElements/iron-icons#^2.1.0"
},
"resolutions": {
"polymer": "^2.0.0"
}
}