-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
44 lines (44 loc) · 1.28 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
{
"name": "missioni",
"version": "0.0.0",
"dependencies": {
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1",
"bootstrap": "bootstrap#~3.1.1",
"fontawesome": "~4.2.0",
"modernizr": "2.7.1",
"jquery": "2.1.1",
"angular": "~1.2.26",
"json3": "3.3.2",
"angular-route": "~1.2.26",
"angular-resource": "~1.2.26",
"angular-cookies": "~1.3.20",
"angular-sanitize": "~1.2.26",
"angular-translate": "2.4.2",
"angular-translate-storage-cookie": "2.4.2",
"angular-translate-loader-static-files": "2.4.2",
"angular-dynamic-locale": "0.1.21",
"angular-i18n": "~1.2.26",
"swagger-ui": "2.1.2",
"ngstorage": "~0.3.0",
"bootstrap-datepicker": "~1.3.0",
"eonasdan-bootstrap-datetimepicker": "~4.0.0",
"jquery-file-upload": "~9.9.3",
"lodash": "~2.4.1",
"moment": "~2.9.0",
"ng-currency": "~0.7.10",
"dropzone": "https://github.com/enyo/dropzone.git#~3.10.2",
"angular-selectize2": "~1.2.1",
"blueimp-file-upload": "jquery-file-upload#^9.14.1",
"selectize": "0.12.4",
"markdown": "~0.5.0",
"angular-ui-select": "~0.19.8",
"angular-ui-bootstrap": "0.13.3"
},
"devDependencies": {
"angular-mocks": "~1.2.26",
"angular-scenario": "~1.2.26"
},
"resolutions": {
"angular": "~1.2.32"
}
}