-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.31 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
49
{
"name": "galeb-manager-webui",
"version": "1.0.0",
"homepage": "https://github.com/galeb/galeb-manager-webui",
"authors": [
"Igor Fernandes Ribeiro <igor.frds@gmail.com>",
"Marcelo Teixeira Monteiro <marcelotmonteiro@gmail.com>",
"Tiago Braga Machado <tbragamachado@gmail.com>"
],
"description": "Galeb Manager Webui",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"scripts/libs/",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.5",
"angular-animate": "1.4.5",
"angular-auto-validate": "1.18.16",
"angular-ladda": "0.3.1",
"angular-resource": "1.4.5",
"angular-spinner": "0.7.0",
"angular-spring-data-rest": "0.4.3",
"angular-strap": "2.3.2",
"angular-toastr": "1.5.0",
"angular-ui-router": "0.2.15",
"bootstrap": "3.3.5",
"bootstrap-additions": "0.3.1",
"font-awesome": "4.4.0",
"ladda-angular": "1.0.1",
"ngInfiniteScroll": "1.2.1",
"ngSweetAlert": "angular-sweetalert#1.1.0",
"ngstorage": "0.3.9",
"sweetalert": "1.1.0",
"angular-ui-sortable": "0.14.3",
"angular-md5": "0.1.10",
"angular-ui-select": "^0.19.4",
"angular-sanitize": "^1.5.8",
"angular-wizard": "^0.9.0"
},
"resolutions": {
"angular-resource": "1.4.5",
"angular": "1.4.5"
}
}