-
Notifications
You must be signed in to change notification settings - Fork 139
/
bower.json
39 lines (39 loc) · 911 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
39
{
"name": "ml-for-kids-web",
"description": "",
"main": "",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-aria": "1.8.3",
"angular-jwt": "0.1.11",
"angular-material": "1.2.5",
"angular-messages": "1.8.3",
"angular-scroll": "1.0.2",
"angular-sanitize": "1.8.3",
"angular-timeago": "0.4.6",
"angular-ui-router": "1.0.30",
"angular-translate": "2.19.1",
"angular-translate-loader-static-files": "2.19.1",
"angular-lock": "3.0.4",
"auth0.js": "9.26.0",
"auth0-lock": "11.35.1",
"bootstrap": "3.4.1",
"d3": "5.16.0",
"webcam": "webcam-directive#3.2.1",
"blueimp-canvas-to-blob": "3.29.0",
"jquery": "3.6.0"
},
"resolutions": {
"angular": "1.8.3"
}
}