strolch-wc-parameter-input/bower.json

35 lines
1003 B
JSON
Raw Permalink Normal View History

2022-02-16 15:20:02 +01:00
{
"name": "strolch-wc-parameter-input",
"description": "Strolch WebComponent Parameter Input",
2023-07-04 13:05:44 +02:00
"version": "0.1.7",
2022-02-16 15:20:02 +01:00
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"parameter",
"input"
],
"main": "strolch-wc-parameter-input.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:strolch-li/strolch-wc-parameter-input.git"
},
"license": "https://github.com/strolch-li/strolch-wc-parameter-input/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-parameter-input",
"ignore": [],
"dependencies": {
2022-05-13 13:14:33 +02:00
"polymer": "Polymer/polymer#^1.12.0",
2022-02-16 15:20:02 +01:00
2022-07-11 14:02:36 +02:00
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
2023-07-04 13:05:44 +02:00
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.17",
2022-02-16 15:20:02 +01:00
"paper-input": "PolymerElements/paper-input#^1.2.1",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.4.2"
},
"devDependencies": {
}
}