forked from w3c/wcag-em-report-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 1021 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": "WCAG-EM-Report-Tool",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/w3c/wcag-em-report-tool.git"
},
"dependencies": {
"textarea-autosize": "~0.4.1",
"angular": "1.7.x",
"angular-animate": "1.7.x",
"angular-resource": "1.7.x",
"angular-route": "1.7.x",
"angular-sanitize": "1.7.x",
"angular-translate": "2.x",
"angular-translate-loader-static-files": "2.x",
"bootstrap-sass-official": "~3.x",
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7"
},
"devDependencies": {
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7",
"axe-core": "~1.1.1"
},
"resolutions": {
"textarea-autosize": "~0.4.1",
"angular": "1.7.x",
"angular-animate": "1.7.x",
"angular-resource": "1.7.x",
"angular-route": "1.7.x",
"angular-sanitize": "1.7.x",
"angular-translate": "2.x",
"bootstrap-sass-official": "~3.x",
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7"
}
}