forked from bcgov/esm-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.2 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
{
"name": "esm",
"description": "EAO Project Space",
"version": "0.4.1",
"dependencies": {
"angular": "1.6.9",
"angular-animate": "1.6.9",
"angular-bootstrap": "2.5.0",
"angular-bootstrap-confirm": "2.5.1",
"angular-cookies": "1.6.9",
"angular-drag-and-drop-lists": "2.1.0",
"angular-file-upload": "2.5.0",
"angular-google-maps": "2.4.1",
"angular-messages": "1.6.9",
"angular-mocks": "1.6.9",
"angular-moment": "1.2.0",
"angular-resizable": "1.2.0",
"angular-resource": "1.6.9",
"angular-sanitize": "1.6.9",
"angular-scroll": "1.0.2",
"angular-smart-table": "2.1.11",
"angular-ui-router": "0.4.2",
"angular-ui-tinymce": "latest",
"angular-ui-utils": "bower",
"angularD3": "latest",
"bootstrap": "~3",
"bootstrap-sass": "~3.3.4",
"clipboard": "^1.7.1",
"es6-shim": "^0.35.0",
"lodash": "3.10.1",
"moment-timezone": "~0.4.0",
"ng-file-upload": "^12.2.13",
"ng-pdfviewer": "^0.2.1",
"ngclipboard": "^1.1.1",
"pdfjs-dist": "latest",
"tree-model-bower": "git://github.com/BCDevOps/tree-model-bower"
},
"resolutions": {
"angular": "^1.6.9",
"lodash": "3.10.1",
"clipboard": "^1.7.1"
}
}