strolch-wc-information-dialog/bower.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2021-03-03 09:30:23 +01:00
{
"name": "strolch-wc-information-dialog",
"description": "Strolch WebComponent Information Dialog",
"version": "0.1.15",
2021-03-03 09:30:23 +01:00
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"input"
],
"main": "strolch-wc-information-dialog.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:strolch-li/strolch-wc-information-dialog.git"
},
2021-03-03 14:15:54 +01:00
"license": "https://github.com/strolch-li/strolch-wc-information-dialog/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-information-dialog",
2021-03-03 09:30:23 +01:00
"ignore": [],
"dependencies": {
2022-07-11 14:02:32 +02:00
"strolchjs": "strolch-li/strolchjs#^0.5.3",
2022-07-11 14:05:35 +02:00
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.16",
2021-03-03 09:36:43 +01:00
2022-04-28 15:00:03 +02:00
"polymer": "Polymer/polymer#^1.12.0",
2021-03-03 09:30:23 +01:00
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0.9",
"paper-dialog": "PolymerElements/paper-dialog#^1.1.0",
"paper-button": "PolymerElements/paper-button#^1.0.15"
},
"devDependencies": {
}
}