-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·103 lines (103 loc) · 2.96 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "Naut",
"version": "1.0.0",
"authors": [
"@geedmo"
],
"description": "Bootstrap admin theme + AngularJS",
"keywords": [
"bootstrap",
"angular",
"admin",
"theme",
"dashboard"
],
"license": "https://wrapbootstrap.com/help/licenses",
"private": true,
"dependencies": {
"angular-loading-bar": "0.7.1",
"angular-translate": "2.8.0",
"angular-ui-router": "0.2.15",
"angular": "~1.4.8",
"angular-route": "1.4.6",
"angular-bootstrap": "0.14.3",
"angular-cookies": "1.4.6",
"angular-ui-tinymce": "latest",
"angular-translate-loader-url": "2.8.0",
"angular-translate-loader-static-files": "2.8.0",
"angular-translate-storage-local": "2.8.0",
"angular-translate-storage-cookie": "2.8.0",
"angular-animate": "1.4.6",
"angular-ui-utils": "0.2.2",
"oclazyload": "1.0.5",
"weather-icons": "1.3.2",
"ngstorage": "0.3.0",
"feather": "colebemis/feather",
"animate.css": "3.2.6",
"angularjs-toaster": "0.4.11",
"font-awesome": "4.3.0",
"angular-touch": "1.4.6",
"angular-resource": "1.4.6",
"angular-sanitize": "1.4.6",
"modernizr": "2.8.3",
"angular-knob": "0.0.2",
"animated-climacons": "noahblon/animated-climacons",
"jquery-knob": "1.2.11",
"screenfull": "2.0.0",
"moment": "latest",
"flot": "0.8.3",
"flot-spline": "*",
"flot.tooltip": "0.8.4",
"jquery-ui": "1.11.4",
"jqueryui-touch-punch": "*",
"ng-table-export": "*",
"ng-table": "0.5.4",
"jquery": "2.1.3",
"fullcalendar": "2.3.1",
"angular-ui-calendar": "angular-ui/ui-calendar#master",
"blueimp-gallery": "2.15.2",
"angular-dynamic-locale": "0.1.27",
"angular-bootstrap-nav-tree": "*",
"nestable": "*",
"html.sortable": "0.1.8",
"angular-xeditable": "0.1.9",
"ng-img-crop": "0.3.2",
"angular-ui-select": "0.9.6",
"bootstrap-filestyle": "1.1.2",
"angular-i18n": "1.4.6",
"venturocket-angular-slider": "0.3.2",
"textAngular": "1.4.1",
"ui-select": "*",
"jquery.easy-pie-chart": "2.1.6",
"slimscroll": "1.3.3",
"angular-datatables": "0.4.2",
"angular-sweetalert": "~1.1.0",
"angular-marked": "~0.0.21",
"angular-toasty": "~1.0.4",
"ng-file-upload": "~10.0.4",
"videogular": "~1.3.2",
"videogular-themes-default": "~1.3.2",
"videogular-controls": "~1.3.2",
"videogular-buffering": "~1.3.2",
"videogular-overlay-play": "~1.3.2",
"videogular-poster": "~1.3.2",
"jasmine-core": "jasmine#~2.4.1",
"ng-busy": "~0.2.0",
"sweetalert": "~1.1.3",
"ngSweetAlert": "angular-sweetalert-promised#~1.1.0",
"angular-environment": "~1.0.3",
"node-assert": "*",
"load-awesome": "^1.1.0"
},
"resolutions": {
"angular": "~1.4.8",
"fullcalendar": "2.3.1",
"angular-touch": "1.4.6",
"jquery": "2.1.3",
"angular-translate": "2.8.0",
"angular-translate-storage-cookie": "2.8.0"
},
"devDependencies": {
"angular-mocks": "~1.4.7"
}
}