-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 932 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 932 Bytes
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
{
"name": "ev-fdm",
"version": "0.20.6",
"homepage": "https://github.com/evaneos/pro.evaneos.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.0.3",
"angular": "1.2.18",
"angular-ui-router": "Evaneos/ui-router#view-prevent-update",
"angular-animate": "1.2.18",
"angular-ui-select2": "~0.0.2",
"angular-loading-bar": "~0.6.0",
"bootstrap": "3.0.0",
"jquery-ui": "~1.10.3",
"angular-bootstrap": "~0.12.0",
"less.js": "~1.6.0",
"checklist-model": "~0.1.3",
"moment": "~2.5.1",
"angular-moment": "~0.6.2",
"angular-ui-date": "~0.0.3",
"jquery.floatThead": "1.2.8",
"underscore": "~1.5.1",
"restangular": "~1.4.0",
"angular-leaflet-directive": "~0.8.5",
"dropzone": "~3.10.2",
"tinymce": "4.1.7",
"angular-ui-select": "~0.12.0"
},
"resolutions": {
"angular": "1.2.18"
}
}