forked from bonitasoft/bonita-portal-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.37 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
{
"name": "bonita-portal-js",
"version": "0.0.1",
"appPath": "main",
"main": [],
"dependencies": {
"angular": "1.4.5",
"angular-animate": "1.4.5",
"angular-bootstrap": "0.13.4",
"angular-cookies": "1.4.5",
"angular-file-upload": "2.1.4",
"angular-gettext": "2.1.0",
"angular-growl-2": "0.7.4",
"angular-multi-select": "4.0.0",
"angular-resource": "1.4.5",
"angular-sanitize": "1.4.5",
"angular-touch": "1.4.5",
"angular-ui-router": "0.2.15",
"angular-ui-tree": "2.9.0",
"angular-xeditable": "vitalets/angular-xeditable#0.1.8",
"animate.css": "3.1.1",
"bonita-js-components": "bonitasoft/bonita-js-components#0.5.24",
"bootstrap": "3.3.2",
"bootstrap-tags": "1.1.5",
"bootstrap-toggle": "2.0.0",
"es5-shim": "4.1.1",
"jquery": "2.1.4",
"jquery-resizable-columns": "0.1.3",
"jqueryui": "1.10.4",
"json3": "3.2.6",
"keymaster": "1.6.3",
"lodash": "4.16.4",
"moment": "2.8.4",
"ng-sortable": "1.3.1",
"ngtoast": "1.5.6",
"ngstorage": "0.3.9",
"numeral": "1.5.3"
},
"devDependencies": {
"angular-mocks": "1.4.5"
},
"overrides": {
"numeral": {
"main": [
"numeral.js",
"languages.js"
]
},
"moment": {
"main": [
"min/moment-with-locales.js"
]
}
},
"resolutions": {
"angular": "1.4.5"
}
}