strolch-wc-tree/bower.json

33 lines
878 B
JSON
Raw Normal View History

2018-11-29 19:05:39 +01:00
{
"name": "strolch-wc-tree",
"description": "Strolch Tree View WebComponent",
2022-07-11 14:02:36 +02:00
"version": "0.2.6",
2018-11-29 19:05:39 +01:00
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
"tree"
],
"main": "strolch-wc-tree.html",
"private": true,
"repository": {
"type": "git",
2021-03-03 13:55:28 +01:00
"url": "git@github.com:strolch-li/strolch-wc-tree.git"
2018-11-29 19:05:39 +01:00
},
2021-03-03 13:55:28 +01:00
"license": "https://github.com/strolch-li/strolch-wc-tree/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-tree",
2018-11-29 19:05:39 +01:00
"ignore": [],
"dependencies": {
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",
2018-11-29 19:05:39 +01:00
2022-05-13 13:14:34 +02:00
"polymer": "Polymer/polymer#^1.12.0",
2018-11-29 19:05:39 +01:00
"iron-icons": "PolymerElements/iron-icons#^1.2.1",
2018-12-04 08:21:19 +01:00
"paper-styles": "PolymerElements/paper-styles#^1.3.1"
2018-11-29 19:05:39 +01:00
},
"devDependencies": {
2018-12-04 08:23:34 +01:00
"paper-card": "PolymerElements/paper-card#^1.1.6"
2018-11-29 19:05:39 +01:00
}
}