forked from w3c/wcag-em-report-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.09 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
{
"name": "WCAG-EM-Report-Tool",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/w3c/wcag-em-report-tool.git"
},
"dependencies": {
"angular": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-route": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-translate": "~2.8.1",
"bootstrap-sass-official": "~3.3.5",
"es5-shim": "~4.1.14",
"json3": "~3.3.2",
"textarea-autosize": "~0.4.1",
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7",
"angular-translate-loader-static-files": "~2.8.1"
},
"devDependencies": {
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7",
"axe-core": "~1.1.1"
},
"resolutions": {
"angular": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-route": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-translate": "~2.8.1",
"bootstrap-sass-official": "~3.3.5",
"es5-shim": "~4.1.14",
"textarea-autosize": "~0.4.1",
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7"
}
}