forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 787 Bytes
/
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
{
"name": "evalai",
"description": "",
"main": "index.js",
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"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.6.1",
"ng-file-upload": "^12.2.13",
"AngularJS-Toaster": "angularjs-toaster#^2.1.0"
},
"resolutions": {
"angular": "^1.6.1"
}
}