-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
53 lines (53 loc) · 1.64 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "csak-tree",
"description": "Polmyer 2 webcomponent for treeview,filetree,menutree,tree",
"main": "csak-tree.html",
"version": "0.4.16",
"demos": {
"Treemenu demo": "https://csakaszamok.github.io/csak-tree/demo/demo_treemenu.html",
"Classic treeview I demo": "https://csakaszamok.github.io/csak-tree/demo/demo_classici.html",
"Classic treeview II demo": "https://csakaszamok.github.io/csak-tree/demo/demo_classicii.html",
"Events demo": "https://csakaszamok.github.io/csak-tree/demo/demo_events.html",
"Custom image demo": "https://csakaszamok.github.io/csak-tree/demo/demo_image.html",
"Vscode demo": "https://csakaszamok.github.io/csak-tree/demo/demo_vscode.html"
},
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"vaadin-icons": "^4.1.3",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-icon": "^2.0.1",
"iron-iconset-svg": "^2.1.0",
"iron-icons": "^2.0.1"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"paper-button": "^2.0.0",
"monaco-editor": "PolymerVis/monaco-editor#^2.0.2",
"paper-checkbox": "^2.0.1",
"iron-component-page": "^3.0.1"
},
"resolutions": {
"polymer": "^2.0.0"
},
"homepage": "https://github.com/csakaszamok/csak-tree",
"authors": [
"csakaszamok <[email protected]>"
],
"keywords": [
"treeview",
"filetree",
"menutree",
"tree",
"polymer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
".vscode",
"bower_components",
"test",
"tests"
]
}