-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
27 lines (27 loc) · 995 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": "mishunov.me",
"description": "Personal web site of Denys Mishunov",
"main": "index.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"app-route": "PolymerElements/app-route#^2.0.1",
"paper-icon-button": "PolymerElements/paper-icon-button#^2.0.0",
"app-layout": "PolymerElements/app-layout#^2.0.1",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.7",
"iron-icons": "PolymerElements/iron-icons#^2.0.1",
"lazy-imports": "Polymer/lazy-imports#^2.0.0",
"web-animations-js": "web-animations/web-animations-js#^2.3.1"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-pages": "PolymerElements/iron-pages#^2.0.0",
"iron-location": "^2.0.1",
"app-layout": "^2.0.1",
"paper-card": "PolymerElements/paper-card#^2.0.0"
},
"resolutions": {
"polymer": "^2.0.0",
"webcomponentsjs": "^v1.0.2"
}
}