-
Notifications
You must be signed in to change notification settings - Fork 35
/
bower.json
70 lines (70 loc) · 1.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "mno-enterprise-angular",
"description": "MnoEnterprise AngularJS Frontend",
"version": "1.1.6",
"repository": {
"type": "git",
"url": "[email protected]:maestrano/mno-enterprise-angular.git"
},
"dependencies": {
"angular": "~1.6.0",
"angular-aria": "~1.6.0",
"angular-animate": "~1.6.0",
"angular-bootstrap": "~2.3.0",
"angular-cookies": "~1.6.0",
"angular-messages": "~1.6.0",
"angular-moment": "~1.0.0",
"angular-sanitize": "~1.6.0",
"angular-toastr": "~1.7.0",
"angular-translate": "~2.14.0",
"angular-translate-loader-static-files": "~2.14.0",
"angular-translate-interpolation-messageformat": "~2.14.0",
"angular-translate-handler-log": "~2.14.0",
"angular-ui-router": "~0.4.0",
"angular-inflector": "~0.2.0",
"angular-xeditable": "~0.5.0",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.5",
"font-awesome": "~4.7.0",
"impac-angular": "~1.7.0",
"jquery": "~3.1.0",
"less": "~2.5.3",
"lodash": "~3.10.1",
"ng-page-title": "^1.1.1",
"restangular": "~1.5.1",
"material-shadows": "^3.0.1",
"mno-ui-elements": "maestrano/mno-ui-elements#master",
"es6-shim": "^0.35.3"
},
"devDependencies": {
"angular-mocks": "~1.6.0"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"./fonts/*"
]
},
"highcharts": {
"main": "highstock.js"
},
"jquery-rss": {
"main": "dist/jquery.rss.min.js"
}
},
"resolutions": {
"angular-bootstrap": "^2.5.0",
"lodash": "~3.10.1"
}
}