-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
39 lines (39 loc) · 820 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
39
{
"name": "glc",
"authors": [
"Clive T Mawoko <[email protected]>"
],
"description": "Tichaona Govere Law Chambers Website",
"main": "",
"keywords": [
"Tichaona",
"Govere",
"Law",
"Chambers"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"angular-component-router": "^0.2.1",
"bootstrap": "^3.3.7",
"angular-resource": "^1.5.8",
"components-font-awesome": "^4.7.0",
"moment": "^2.15.2",
"angular-bootstrap": "^2.2.0",
"angular-sanitize": "^1.6.5",
"angular-translate": "^2.15.2",
"angular-ui-router": "^1.0.5",
"angular-google-maps": "^2.4.1"
},
"resolutions": {
"angular-bootstrap": "^2.2.0"
}
}