strolch-wc-dialog-button/bower.json

35 lines
1.0 KiB
JSON

{
"name": "strolch-wc-dialog-button",
"description": "Strolch WebComponent Dialog Button",
"version": "0.1.13",
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"dialog"
],
"main": "strolch-wc-dialog-button.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:strolch-li/strolch-wc-dialog-button.git"
},
"license": "https://github.com/strolch-li/strolch-wc-dialog-button/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-dialog-button",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.12.0",
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.12",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.6",
"paper-dialog": "PolymerElements/paper-dialog#^1.1.0",
"paper-button": "PolymerElements/paper-button#^1.0.15"
},
"devDependencies": {
}
}