forked from Juicy/juicy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 1.03 KB
/
bower.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
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": "juicy.github.io",
"private": true,
"dependencies": {
"polymer": "~2.6.0",
"jsoneditor": "josdejong/jsoneditor#^5.5.6",
"github-markdown-css": "^0.2.0",
"marked": "^0.3.5",
"d3": "~3.4.12",
"fast-json-patch": "~1.0.0",
"highlightjs": "~8.7.0",
"ace-builds": "~1.2.0",
"declarative-shadow-dom": "^0.1.0",
"vaadin-date-picker": "vaadin/vaadin-date-picker#^3.1.0",
"imported-template": "^3.1.0",
"juicy-ace-editor": "^2.0.3",
"juicy-dom-tree-view": "juicy/juicy-dom-tree-view#master",
"juicy-highlight": "^2.0.0",
"vaadin-combo-box": "vaadin/vaadin-combo-box#4.0.0-beta3",
"uniform.css": "master",
"juicy-popover": "^2.1.0"
},
"devDependencies": {
"web-component-tester": "^6.0.0",
"iron-ajax": "PolymerElements/iron-ajax",
"iron-icon": "PolymerElements/iron-icon",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg",
"object.observe": "~0.2.4",
"array.observe": "~0.0.1",
"vaadin-material-theme": "vaadin/vaadin-material-theme#^0.3.0"
}
}