-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
83 lines (83 loc) · 1.95 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
79
80
81
82
83
{
"name": "BootstrapAngularAdminWebApp",
"version": "2.0.0",
"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.2.0",
"bootstrap": "3.3.0",
"angular": "1.3.2",
"angular-animate": "1.3.2",
"angular-cookies": "1.3.2",
"angular-resource": "1.3.2",
"angular-touch": "1.3.2",
"angular-sanitize": "1.3.2",
"angular-translate": "~2.2.0",
"angular-ui-router": "~0.2.11",
"ngstorage": "~0.3.0",
"oclazyload": "0.5.1",
"angular-bootstrap": "0.12.0",
"angular-ui-utils": "~0.1.1",
"moment": "~2.8.3",
"screenfull": "~1.2.1",
"angular-bootstrap-nav-tree": "*",
"angular-file-upload": "~1.1.1",
"ngImgCrop": "~0.2.0",
"angular-ui-select": "~0.8.3",
"angular-ui-calendar": "latest",
"angularjs-toaster": "~0.4.8",
"ng-grid": "~2.0.13",
"textAngular": "~1.2.2",
"venturocket-angular-slider": "~0.3.2",
"videogular": "0.7.0",
"videogular-controls": "~0.7.0",
"videogular-buffering": "~0.7.0",
"videogular-overlay-play": "~0.7.0",
"videogular-poster": "~0.7.0",
"videogular-ima-ads": "~0.7.0",
"angular-ui-grid": "~3.0.0-rc.16",
"angular-xeditable": "~0.1.8"
},
"resolutions": {
"angular-touch": "1.3.2",
"angular-sanitize": "1.3.2",
"angular": "1.3.2",
"jquery": ">= 1.9.1"
}
}