-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
78 lines (78 loc) · 1.76 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "BootstrapAngularAdminWebApp",
"version": "1.3.3",
"authors": [
"Flatfull"
],
"description": "Admin web application template with Bootstrap 3 and AngularJS.",
"keywords": [
"AngularJS",
"admin",
"admin",
"dashboard",
"admin",
"panel",
"app",
"charts",
"components",
"flat",
"flat",
"ui",
"responsive",
"responsive",
"layout",
"ui",
"kit",
"ui",
"route",
"web",
"app",
"widgets"
],
"license": "Envato REGULAR LICENSE",
"homepage": "http://themeforest.net/item/angulr-bootstrap-admin-web-app-with-angularjs/8437259",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.3.x",
"bootstrap": "~3.3.4",
"angular": "1.3.0",
"angular-cookies": "1.3.0",
"angular-touch": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-translate": "~2.2.0",
"angular-ui-router": "~0.2.11",
"angular-growl": "~0.4.0",
"angular-block-ui": "~0.2.0",
"ngstorage": "~0.3.0",
"oclazyload": "0.5.0",
"angular-bootstrap": "0.12.0",
"angular-ui-utils": "~0.1.1",
"moment": "~2.8.3",
"screenfull": "~1.2.1",
"angular-file-upload": "~1.1.1",
"angular-ui-select": "~0.9.6",
"ng-grid": "~2.0.13",
"angular-leaflet-directive": "0.7.x",
"angularjs-geolocation": "~0.1.1",
"angular-ui-grid": "~3.0.0-rc.16",
"angular-xeditable": "~0.1.8",
"bootstrap-filestyle": "~1.1.2",
"underscore": "~1.8.2",
"satellizer": "~0.9.4"
},
"resolutions": {
"angular-touch": "1.3.0",
"angular-sanitize": "1.3.0",
"jquery": "~1.10.2",
"angular": "1.3.0",
"es5-shim": ">=3.4.0",
"bootstrap": "3.3.0"
}
}