This repository was archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 1.34 KB
/
bower.json
File metadata and controls
39 lines (39 loc) · 1.34 KB
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": "holmes",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.20",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular-resource": "1.2.6",
"angular-cookies": "1.2.6",
"angular-sanitize": "~1.2.9",
"angular-route": "1.2.6",
"morris.js": "~0.4.3",
"angular-moment": "~0.6.2",
"jquery": "~2.1.1",
"restangular": "~1.3.1",
"jquery-throttle-debounce": "*",
"angular-reconnecting-websocket": "~0.1.1",
"angular-google-plus": "~0.1.2",
"angular-animate": "~1.2.15",
"angular-dropdowns": "0.1.0",
"ng-breadcrumbs": "https://github.com/holmes-app/ng-breadcrumbs.git#4493e6287790c18d1b8827be1e72015d53a535a8",
"angular-gettext": "~0.2.9",
"ng-tags-input": "~2.0.1",
"angular-growl-notifications": "https://github.com/holmes-app/angular-growl-notifications.git#9361fe7f540eed17b474f77a6aa7fa8043eb8fa7",
"angular-qtip2-directive": "https://github.com/holmes-app/angular-qtip2-directive.git#9a0d101e282c8db91be2f8887d73521a3ee8202d",
"angular-named-routes": "~0.0.16",
"flag-icon-css": "~0.6.3",
"ngstorage": "~0.3.0",
"css3-social-signin-buttons": "holmes-app/css3-social-signin-buttons"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
},
"resolutions": {
"angular": ">=1.2.20 <1.3.0",
"jquery": "~2.1.1"
}
}