strolch-wc-information-dialog/bower.json

35 lines
994 B
JSON
Raw Normal View History

2021-03-03 09:30:23 +01:00
{
"name": "strolch-wc-information-dialog",
"description": "Strolch WebComponent Information Dialog",
2021-03-03 09:36:43 +01:00
"version": "0.1.1",
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"
},
"license": "https://github.com/4treesCH/strolch-wc-information-dialog/blob/master/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-information-dialog",
"ignore": [],
"dependencies": {
2021-03-03 09:36:43 +01:00
"strolchjs": "4treesCH/strolchjs#^0.4.2",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.9",
2021-03-03 09:30:23 +01:00
"polymer": "Polymer/polymer#^1.11.3",
"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": {
}
}