-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
65 lines (65 loc) · 1.59 KB
/
bower.json
File metadata and controls
65 lines (65 loc) · 1.59 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "holdings",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.6.5",
"angular-animate": "~1.6.5",
"angular-bootstrap": "^1.1",
"angular-bootstrap-confirm": "^2.3.0",
"angular-cookies": "~1.6.5",
"angular-google-maps": "2.3.2",
"angular-highlightjs": "~0.6.0",
"angular-messages": "~1.6.5",
"angular-mocks": "~1.6.5",
"angular-sanitize": "~1.6.5",
"angular-ui-router": "~0.3.1",
"angular-ui-tinymce": "~0.0.9",
"angular-x2js": "https://github.com/janmichaelyu/angular-x2js.git",
"bootstrap": "~3.3.5",
"font-awesome": "~4.6.0",
"highcharts": "^4.2",
"highlightjs": "~8.7.0",
"ng-json-explorer": "maeisabelle/ng-json-explorer",
"ngtoast": "^2.0.0",
"lodash": "~3.10.1",
"ml-search-ng": "~0.2.0",
"tinymce-dist": "4.3.12",
"vkbeautify": "*",
"ml-highcharts-ng": "~0.0.11",
"view-file-ng": "^0.1.1",
"ml-visjs-graph-ng": "^2.4.0"
},
"overrides": {
"angular-highlightjs": {
"dependencies": {
"angular": ">1.0.8",
"highlightjs": "~8.7.0"
}
},
"highlightjs": {
"main": [
"highlight.pack.js",
"styles/github.css"
]
},
"vkbeautify": {
"main": [
"vkbeautify.js"
]
}
},
"devDependencies": {
"angular-mocks": "~1.6.5",
"bardjs": "~0.1.8",
"sinon": "*"
},
"private": true,
"resolutions": {
"angular": "~1.6.5",
"angular-bootstrap": "^1.1",
"highcharts": "^4.2",
"ng-json-explorer": "maeisabelle/ng-json-explorer",
"angular-sanitize": "~1.6.5"
}
}