-
Notifications
You must be signed in to change notification settings - Fork 139
/
bower.json
38 lines (38 loc) · 890 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
36
37
38
{
"name": "ml-for-kids-web",
"description": "",
"main": "",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.8.1",
"angular-animate": "1.8.1",
"angular-aria": "1.8.1",
"angular-jwt": "0.1.11",
"angular-material": "1.2.1",
"angular-messages": "1.8.1",
"angular-moment": "1.3.1",
"angular-scroll": "1.0.2",
"angular-sanitize": "1.8.1",
"angular-ui-router": "1.0.28",
"angular-translate": "2.18.3",
"angular-translate-loader-static-files": "2.18.3",
"angular-lock": "3.0.4",
"auth0.js": "9.14.0",
"auth0-lock": "11.27.0",
"bootstrap": "3.4.1",
"webcam": "webcam-directive#3.2.1",
"blueimp-canvas-to-blob": "3.28.0",
"jquery": "3.5.1"
},
"resolutions": {
"angular": "1.8.1"
}
}