This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
forked from ualib-deploy/roots-ualib
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
46 lines (46 loc) · 1.58 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
42
43
44
45
46
{
"name": "roots-ualib",
"version": "2.1.2",
"homepage": "https://github.com/ualibweb/roots-ualib",
"license": "ECL-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"assets/vendor"
],
"dependencies": {
"modernizr": "2.8.2",
"jquery": "1.11.1",
"bootstrap": "3.3.2",
"respond": "1.4.2",
"angular-filter": "~0.5.4",
"yamm3": "https://github.com/geedmo/yamm3.git#~1.0.0",
"ualib-ui": "https://github.com/ualibweb/ui-components.git",
"onesearch": "https://github.com/ualibweb/oneSearch_ui.git#master",
"ualib-hours": "https://github.com/ualibweb/hours_ui.git#master",
"manage": "https://github.com/ualibweb/manage_ui.git#master",
"databases": "https://github.com/ualibweb/databases_ui.git#master",
"musicSearch": "https://github.com/ualibweb/musicSearch_ui.git#master",
"ualib_staffdir": "https://github.com/ualibweb/staffdir_ui.git#master",
"ualib-softwareList": "https://github.com/ualibweb/softwareList_ui.git#master",
"ualib-news": "https://github.com/ualibweb/news_ui.git#master",
"compfinder": "https://github.com/ualibweb/CompFinder.git#master"
},
"devDependencies": {
"fontawesome": "~4.3.0",
"angular": ">=1 <1.3.0",
"angular-route": ">=1 <1.3.0",
"angular-resource": ">=1 <1.3.0",
"angular-animate": ">=1 <1.3.0",
"angular-sanitize": ">=1 <1.3.0"
},
"resolutions": {
"angular": ">=1 <1.3.0",
"angular-route": ">=1 <1.3.0",
"angular-resource": ">=1 <1.3.0",
"angular-animate": ">=1 <1.3.0",
"angular-sanitize": ">=1 <1.3.0",
"angular-scroll": "~1.0.0"
}
}