forked from lordoftheflies/plutonium-pagination
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
27 lines (27 loc) · 844 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
{
"name": "plutonium-pagination",
"version": "0.2.1",
"authors": [
"Hegedűs László <[email protected]>"
],
"demos": {
"Demos": "demo/index.html"
},
"description": "Pagination component based Polymer.",
"main": "plutonium-pagination.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"paper-button": "PolymerElements/paper-button#^2.1.3",
"paper-icon-button": "PolymerElements/paper-icon-button#^2.2.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^2.2.1"
},
"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"
},
"resolutions": {
"polymer": "^2.0.0",
"webcomponentsjs": "^1.0.0"
}
}