-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
37 lines (37 loc) · 1.11 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
{
"name": "kibibit-code-editor",
"ignore": [],
"dependencies": {
"angular": "~1.6.1",
"angular-animate": "~1.6.1",
"angular-aria": "~1.6.1",
"angular-material": "^1.0.9",
"angular-route": "~1.6.1",
"angular-loading-bar": "^0.9.0",
"octicons": "^4.3.0",
"ng-dialog": "^0.6.2",
"angular-fullscreen": "~1.0.1",
"angular-ui-layout": "~1.4.2",
"ng-scrollbars": "^0.0.10",
"angular-marked": "^1.2.2",
"angular-sanitize": "~1.6.1",
"json-formatter": "^0.6.0",
"ngclipboard": "~1.1.1",
"ng-device-detector": "~3.0.1",
"opentype.js": "^0.6.3",
"underscore": "^1.8.3",
"angular-material-icons": "^0.7.1",
"svg-morpheus": "^0.3.2",
"angular-emoji": "angular-emoji-filter#~0.0.2",
"viewerjs": "fengyuanchen/viewerjs#~0.4.0",
"ngColorThief": "angular-colorthief#^0.1.0",
"tinycolor": "^1.4.1",
"ace-builds": "git://github.com/ajaxorg/ace-builds#master",
"highlight.js": "git://github.com/isagalaev/highlight.js#9.2.0",
"ui-layout": "Kibibit/ui-layout#~1.0.5",
"chance": "^1.0.4"
},
"resolutions": {
"angular": "1.6.1"
}
}