-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
35 lines (35 loc) · 1.18 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
{
"name": "citizendesk-frontend",
"version": "0.0.0",
"dependencies": {
"angular": "1.3.0-beta.16",
"json3": "~3.2.4",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"angular-route": "~1.2.16",
"angular-resource": "~1.2.16",
"raven-js": "~1.1.13",
"angular-gettext": "~0.2.8",
"eve-api": "https://github.com/sourcefabric-innovation/eve-api.git#0.10.0",
"angular-strap": "~2.0.3",
"angular-messages": "https://github.com/angular/bower-angular-messages.git#v1.3.0-build.2880+sha.1a9cb0a",
"bootstrap": "https://github.com/sourcefabric-innovation/bootstrap.git#citizendesk-ui",
"angularjs-scroll-glue": "~0.0.1",
"angular-bootstrap": "~0.11.0",
"angular-sanitize": "~1.2.21",
"bacon": "~0.7.19",
"angular-bootstrap-media-queries": "https://github.com/jacopotarantino/angular-match-media.git#466d9c96de7ee97153f1e05853b95171458345c5",
"angular-scroll": "~0.6.2",
"angular-cookies": "~1.3.1",
"safe-access": "~0.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
},
"resolutions": {
"angular": "1.3.0-beta.16",
"bootstrap": "citizendesk-ui",
"eve-api": "0.9.0"
}
}