strolch-wc-debounced-input/bower.json

31 lines
832 B
JSON
Raw Normal View History

2018-09-07 14:25:55 +02:00
{
"name": "strolch-wc-debounced-input",
2018-09-07 14:37:53 +02:00
"description": "Strolch WebComponent Debounced Input",
"version": "0.1.6",
2018-09-07 14:25:55 +02:00
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"input"
],
"main": "strolch-wc-debounced-input.html",
"private": true,
"repository": {
"type": "git",
2021-03-03 13:45:56 +01:00
"url": "git@github.com:strolch-li/strolch-wc-debounced-input.git"
2018-09-07 14:25:55 +02:00
},
2021-03-03 13:45:56 +01:00
"license": "https://github.com/strolch-li/strolch-wc-debounced-input/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-debounced-input",
2018-09-07 14:25:55 +02:00
"ignore": [],
"dependencies": {
2022-05-13 13:14:33 +02:00
"polymer": "Polymer/polymer#^1.12.0",
2018-09-07 14:25:55 +02:00
"iron-icon": "PolymerElements/iron-icon#^1.0.13",
"iron-icons": "PolymerElements/iron-icons#^1.2.1",
"paper-input": "PolymerElements/paper-input#^1.2.1"
},
"devDependencies": {
}
}