-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.07 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "epiviz-workspace",
"authors": [
"Jayaram Kancherla <[email protected]>"
],
"description": "epiviz workspace components",
"main": "",
"keywords": [
"epiviz",
"workspace",
"visualization",
"genomics",
"collaboration"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"polymerfire": "^2.2.1",
"paper-menu-button": "PolymerElements/paper-menu-button#2.1.1",
"paper-dialog": "2.1.1",
"paper-dialog-scrollable": "2.2.1",
"paper-input": "2.2.2",
"iron-icons": "^2.1.1",
"iron-iconset-svg": "^2.0.0",
"iron-icon": "^2.1.0",
"paper-button": "^2.1.1",
"webcomponentsjs": "^v1.1.0",
"bwt-datatable": "^2.1.0",
"iron-ajax": "^3.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page",
"epiviz-charts": "epiviz/epiviz-chart",
"epiviz-data-source": "epiviz/epiviz-data-source"
}
}