-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
103 lines (103 loc) · 3.05 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": "Angle",
"version": "0.0.0",
"authors": [
"@themicon_co"
],
"description": "Angle - Bootstrap Admin App + AngularJS",
"main": "index.html",
"keywords": [
"bootstrap",
"angular",
"admin",
"theme",
"dashboard"
],
"license": "http://support.wrapbootstrap.com/knowledge_base/topics/usage-licenses",
"homepage": "http://themicon.co",
"private": true,
"ignore": [
"**/.*"
],
"dependencies": {
"Flot": "flot#~0.8.3",
"angular-loading-bar": "0.6.0",
"angular-translate": "2.4.2",
"angular-ui-router": "0.2.13",
"angular": "1.2.27",
"angular-route": "1.2.27",
"angular-bootstrap": "0.12.0",
"angular-cookies": "1.2.27",
"angular-translate-loader-url": "2.4.2",
"angular-translate-loader-static-files": "2.4.2",
"angular-translate-storage-local": "2.4.2",
"angular-translate-storage-cookie": "2.4.2",
"angular-animate": "1.2.27",
"angular-ui-utils": "0.1.1",
"angularjs-toaster": "0.4.8",
"flatdoc": "0.8.6",
"fontawesome": "4.2.0",
"oclazyload": "0.5.1",
"screenfull": "1.2.1",
"slimScroll": "1.3.3",
"weather-icons": "1.3.2",
"moment": "2.8.3",
"chosen_v1.2.0": "https://github.com/harvesthq/chosen/releases/download/v1.2.0/chosen_v1.2.0.zip",
"flot-spline": "*",
"flot.tooltip": "0.8.4",
"ngstorage": "^0.3.2",
"jquery-ui": "1.11.1",
"jqueryui-touch-punch": "*",
"seiyria-bootstrap-slider": "4.0.1",
"jquery.inputmask": "3.1.47",
"bootstrap-wysiwyg": "*",
"ika.jvectormap": "*",
"jquery": "2.1.1",
"fullcalendar": "2.2.3",
"animate.css": "3.2.0",
"fastclick": "1.0.3",
"modernizr": "2.8.3",
"animo.js": "ThrivingKings/animo.js#1.0.2",
"jquery-classyloader": "https://github.com/robdvr/jquery-classyloader.git",
"whirl": "1.0.0",
"skycons": "darkskyapp/skycons",
"jQuery-gMap": "marioestrada/jQuery-gMap#2.1.5",
"ngDialog": "0.3.7",
"codemirror": "4.8.0",
"marked": "0.3.2",
"bootstrap-tagsinput": "0.4.2",
"twitter-bootstrap-wizard": "1.0.0",
"ngWig": "stevermeister/ngWig#0.8.5",
"bootstrap-filestyle": "1.1.2",
"parsleyjs": "2.0.6",
"datatables": "1.10.4",
"datatables-colvis": "1.1.1",
"angular-sanitize": "~1.2.27",
"angular-resource": "~1.2.27",
"angular-chosen-localytics": "~1.0.6",
"ng-table": "~0.3.3",
"ng-table-export": "*",
"ng-file-upload": "~12.2.13",
"satellizer": "0.9.2",
"restangular": "~1.5.1",
"bootstrap-social": "~4.10.1",
"angular-ui-slider": "~0.1.4",
"angular-xeditable": "~0.1.9",
"Keshif": "https://github.com/kadmine/Keshif/archive/master.zip",
"angular-flash": "~0.1.14",
"sails.io.js": "~0.13.2",
"sweetalert": "~1.1.3",
"ngSweetAlert": "angular-sweetalert#~1.1.0",
"angular-cryptography": "^1.0.1",
"cryptojslib": "^3.1.2"
},
"resolutions": {
"jquery-ui": "1.11.1",
"jquery": "2.1.1",
"fullcalendar": "2.2.3",
"angular": "1.2.27",
"weather-icons": "1.3.2",
"jquery.inputmask": "3.1.47",
"angular-animate": "1.2.27"
}
}