-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (29 loc) · 878 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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": "[email protected]: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"
}
}