-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
52 lines (51 loc) · 1.15 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
{
"name": "streamflow-client",
"version": "1.3.2",
"main": "app/app.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "3.3.1",
"angular": "1.6",
"momentjs": "~2.22",
"jquery-typewatch": "3.0.0",
"angular-sanitize": "1.6",
"ng-file-upload": "12.2.13",
"ng-file-upload-shim": "12.2.13",
"angular-mocks": "1.6",
"angular-scenario": "1.6",
"pickadate": "~3.5.6",
"lodash": "~4.17",
"underscore": "1.9.1",
"angular-animate": "1.6",
"angular-route": "1.6",
"angular-resource": "1.6",
"angular-growl-v2": "0.7.9",
"angular-filter": "0.5.17",
"ngmap": "1.18.4",
"angular-ui-select": "0.19.8",
"select2": "4.0.5",
"gmap3": "~7.2",
"jquery-placeholder": "~2.3",
"superfish": "~1.7",
"ngInfiniteScroll": "1.3.4",
"Stickyfill": "2.0.5",
"angular-autogrow": "0.4.0",
"ng-idle": "1.3.2",
"angular-tooltips": "1.2.2",
"mousetrap": "1.6.2"
},
"resolutions": {
"jquery": "3.3.1"
},
"overrides": {
"momentjs": {
"main": "min/moment-with-locales.js"
}
}
}