strolch-wc-tree/bower.json

33 lines
878 B
JSON

{
"name": "strolch-wc-tree",
"description": "Strolch Tree View WebComponent",
"version": "0.2.6",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
"tree"
],
"main": "strolch-wc-tree.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:strolch-li/strolch-wc-tree.git"
},
"license": "https://github.com/strolch-li/strolch-wc-tree/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-tree",
"ignore": [],
"dependencies": {
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"polymer": "Polymer/polymer#^1.12.0",
"iron-icons": "PolymerElements/iron-icons#^1.2.1",
"paper-styles": "PolymerElements/paper-styles#^1.3.1"
},
"devDependencies": {
"paper-card": "PolymerElements/paper-card#^1.1.6"
}
}