-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 1.13 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
{
"name": "data-filter",
"authors": [
"jayaram <[email protected]>",
"alex <[email protected]>"
],
"description": "A simple JSON data grid component with a table view, selection and filter sidebar.",
"main": "data-filter.html",
"license": "MIT",
"homepage": "http://github.com/epiviz/data-filter",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"iron-flex-layout": "^2.0.3",
"iron-form": "^2.3.0",
"paper-input": "^2.2.2",
"paper-toggle-button": "^2.1.1",
"paper-dropdown-input": "^2.5.2",
"iron-label": "^2.1.0",
"iron-list": "^2.0.11",
"iron-dropdown": "^2.2.0",
"lodash": "^4.0.0",
"paper-range-slider": "https://github.com/jkanche/paper-range-slider.git#master",
"paper-button": "^2.1.1",
"iron-collapse": "^2.2.1",
"paper-collapse-item": "2.3.1",
"paper-tags": "AlexanderYZhang/paper-tags#polymer2-additions",
"paper-checkbox": "^2.0.4"
},
"devDependencies": {
"iron-component-page": "^3.0.1",
"iron-demo-helpers": "^2.1.2"
}
}