-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.03 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
{
"name": "mlbeer",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.4",
"angular-bootstrap": "~0.13.3",
"angular-cookies": "~1.4.4",
"angular-highlightjs": "~0.4.3",
"angular-mocks": "~1.4.4",
"angular-ui-router": "~0.2.15",
"angular-ui-tinymce": "~0.0.9",
"angular-x2js": "https://github.com/janmichaelyu/angular-x2js.git",
"bootstrap": "~3.3.5",
"font-awesome": "~4.4.0",
"highlightjs": "~8.7.0",
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"ml-search-ng": "~0.2.0",
"ml-utils": "withjam/ml-utils",
"ng-json-explorer": "8c2a0f9104",
"vkbeautify-wrapper": "*",
"angular-sanitize": "~1.4.8",
"d3": "~3.5.12"
},
"overrides": {
"angular-highlightjs": {
"dependencies": {
"angular": ">1.0.8",
"highlightjs": "~8.7.0"
}
}
},
"devDependencies": {
"angular-mocks": "~1.4.4",
"sinon": "http://sinonjs.org/releases/sinon-1.16.1.js",
"bardjs": "~0.1.8"
},
"private": true,
"resolutions": {
"angular": "1.4.7"
}
}