forked from maestrano/mnoe-admin-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
68 lines (68 loc) · 1.95 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
{
"name": "mnoe-frontend-admin",
"version": "1.0.9",
"description": "MnoEnterprise Admin Panel",
"repository": {
"type": "git",
"url": "[email protected]:maestrano/mnoe-admin-panel.git"
},
"dependencies": {
"jquery": "~3.1.0",
"angular": "~1.6.2",
"angular-animate": "~1.6.2",
"angular-aria": "~1.6.2",
"angular-bootstrap": "^2.5.0",
"angular-breadcrumb": "^0.5.0",
"angular-cookies": "~1.6.2",
"angular-inflector": "^0.2.3",
"angular-messages": "~1.6.2",
"angular-moment": "^1.0.1",
"angular-toastr": "~2.1.1",
"angular-ui-router": "^0.4.2",
"mno-ui-elements": "maestrano/mno-ui-elements#master",
"bootstrap": "^3.3.6",
"font-awesome": "~4.7.0",
"lodash": "~4.17.4",
"restangular": "~1.6.1",
"angular-scroll": "^1.0.0",
"angular-smart-table": "^2.1.8",
"ng-page-title": "^1.1.1",
"angular-translate": "^2.14.0",
"angular-translate-handler-log": "^2.14.0",
"angular-translate-loader-url": "^2.14.0",
"angular-translate-loader-static-files": "^2.14.0",
"angular-translate-interpolation-messageformat": "^2.14.0",
"angular-sanitize": "^1.6.2",
"angular-message-format": "^1.6.2",
"impac-angular": "~1.7.0",
"angular-bootstrap-toggle": "^0.1.2"
},
"devDependencies": {
"angular-mocks": "~1.6.2"
},
"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/*"
]
}
},
"resolutions": {
"angular": "~1.6.2",
"angular-toastr": "~1.7.0",
"angular-bootstrap": "~2.3.0",
"lodash": "~3.10.1",
"angular-translate": "~2.14.0"
}
}