-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 1.13 KB
/
bower.json
File metadata and controls
26 lines (26 loc) · 1.13 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
{
"name": "ark-reader",
"description": "Online Display of data extracted from ark save games",
"main": "index.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"app-layout": "PolymerElements/app-layout#^0.9.1",
"paper-input": "PolymerElements/paper-input#^1.1.14",
"paper-dropdown-menu": "PolymerElements/paper-dropdown-menu#^1.2.2",
"iron-ajax": "PolymerElements/iron-ajax#^1.2.1",
"paper-item": "PolymerElements/paper-item#^1.2.1",
"paper-listbox": "PolymerElements/paper-listbox#^1.1.2",
"iron-input": "PolymerElements/iron-input#^1.0.10",
"iron-list": "PolymerElements/iron-list#^1.3.4",
"iron-icon": "PolymerElements/iron-icon#^1.0.8",
"iron-icons": "PolymerElements/iron-icons#^1.1.3",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.0",
"iron-data-table": "Saulis/iron-data-table#^1.0.0-rc1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}