-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
66 lines (66 loc) · 2.1 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
{
"name": "mars-app",
"version": "0.0.0",
"// Comment your dependencies here:": {
"angular-file-upload": "import",
"ui-leaflet": "angular leaflet directive for import-geoPicker",
"ng-table": "data table for import-view",
"angular-tree-control": "import-view category view",
"angular-toggle-switch": "Added to get a toggle switch in the result config view.",
"ng-prettyjson": "make json pretty in the import-view",
"angular-bootstrap-datetimepicker": "Data mapping parameters",
"moment": "dependency for angular-bootstrap-datetimepicker",
"ng-tags-input": "tags in the upload"
},
"dependencies": {
"angular-animate": "~1.5.3",
"angular-cookies": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-messages": "~1.5.3",
"angular-aria": "~1.5.3",
"angular-ui-router": "~0.2.15",
"bootstrap-sass": "~3.3.5",
"angular-bootstrap": "~1.2.4",
"angular-toastr": "~1.5.0",
"animate.css": "~3.4.0",
"angular": "~1.5.3",
"angular-file-upload": "~2.3.4",
"ui-leaflet": "~1.0.1",
"ng-table": "~1.0.0",
"angular-tree-control": "~0.2.28",
"angular-toggle-switch": "~1.3.0",
"ng-prettyjson": "~0.2.0",
"angular-bootstrap-datetimepicker": "~1.1.3",
"moment": "~2.15.2",
"ng-tags-input": "~3.1.1"
},
"devDependencies": {
"angular-mocks": "~1.5.3"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
},
"angular-bootstrap-datetimepicker": {
"main": [
"src/js/datetimepicker.js",
"src/js/datetimepicker.templates.js",
"src/css/datetimepicker.css"
],
"dependencies": {
"angular": "~1.x",
"moment": "~2.x"
}
}
},
"resolutions": {
"angular": "~1.5.3"
}
}