-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
68 lines (68 loc) · 1.82 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": "mastori",
"version": "0.0.0",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "1.4.8",
"angular-cookies": "1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-aria": "~1.4.0",
"angular-messages": "~1.4.0",
"angular-material": "1.0.1",
"angular-ui-router": "~0.2.14",
"angular-ui-utils": "~0.2.1",
"angular-bootstrap": "~0.14.0",
"angular-translate": "~2.8.0",
"angular-translate-loader-static-files": "~2.8.0",
"material-design-iconic-font": "~2.2.0",
"font-awesome": "~4.5.0",
"textAngular": "~1.4.0",
"toastr": "~2.1.0",
"angular-scroll": "~1.0.0",
"Chart.js": "~1.0.1",
"angular-chart.js": "~0.8.0",
"angular-validation-match": "~1.7.0",
"angular-ui-tree": "~2.12.0",
"jquery": "~2.1.4",
"jquery.slimscroll": "~1.3.3",
"jquery-steps": "~1.1.0",
"angular-busy": "~4.1.3",
"angular-spinner": "^0.6",
"ngstorage": "ng-storage#~0.4.2",
"ngInfiniteScroll": "^1.2.2",
"angularjs-geolocation": "^0.1.1",
"oclazyload": "~1.0.9",
"lodash": "3.X",
"ammap3": "^3.20.9",
"angular-breadcrumb": "^0.4.1",
"AngularJS-Toaster": "angularjs-toaster#^2.0.0",
"angular-moment": "^0.10.3",
"angular-password": "^1.0.3",
"angular-slick-carousel": "~3.1.7",
"ngSticky": "~1.8.13"
},
"devDependencies": {
"angular-mocks": "^1.4.0",
"bourbon": "~4.2.0",
"bootstrap-sass-official": "~3.3.0"
},
"appPath": "app",
"moduleName": "mastoriApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"angular": "1.5.8",
"moment": "~2.9.0",
"fullcalendar": "2.3.1",
"lodash": "3.X",
"slick-carousel": "~1.6.0"
}
}