forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.02 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": "evalai",
"description": "",
"main": "index.js",
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.7.0",
"animate.css": "^3.5.2",
"font-awesome": "^4.7.0",
"angular-ui-router": "^0.3.1",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-material": "master",
"materialize": "^0.97.8",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"ngSmoothScroll": "master",
"ng-focus-if": "master",
"angular-sanitize": "1.7.0",
"ng-file-upload": "^12.2.13",
"AngularJS-Toaster": "angularjs-toaster#^2.1.0",
"angular-trix": "^1.0.2",
"angular-moment": "^1.2.0",
"moment": "^2.21.0",
"ngclipboard": "^2.0.0",
"moment-picker": "0.10.2",
"angular-moment-picker": "moment-picker#^0.10.2",
"moment-timezone": "^0.5.25",
"trix": "1.3.1"
},
"resolutions": {
"angular": "1.7.0"
}
}