-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathbower.json
51 lines (51 loc) · 1.27 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
46
47
48
49
50
51
{
"name": "hot-table",
"description": "Polymer Element wrapper for Handsontable data grid editor",
"license": "MIT",
"main": "hot-table.html",
"keywords": [
"polymer",
"web-components",
"datagrid",
"grid",
"table"
],
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2",
"handsontable": "handsontable/handsontable#2 - 4"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples",
"..",
"test",
"tests"
],
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#1 - 2",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^v1.0.0",
"google-map": "GoogleWebComponents/google-map#^2.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "Polymer/polymer#^1.9"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"google-map": "GoogleWebComponents/google-map#^2.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"resolutions": {
"webcomponentsjs": "^1.0.0"
}
}