-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 2.23 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
{
"name": "foundation-assets",
"description": "Assets for ARCANESOFT/Foundation package",
"keywords": ["arcanedev", "arcanesoft", "assets", "admin"],
"license": "MIT",
"homepage": "https://github.com/ARCANESOFT/foundation-assets",
"authors": [
"ARCANEDEV <[email protected]>"
],
"main": [
"dist/css/foundation.css",
"dist/css/foundation.min.css",
"dist/js/foundation.js",
"dist/js/foundation.min.js"
],
"ignore": [
"**/.*",
"bower",
"bower_components",
"node_modules",
"demo",
"test",
"tests"
],
"devDependencies": {
"animate.less": "*",
"bootstrap": "~3.3",
"bootstrap-colorpicker": "mjolnic-bootstrap-colorpicker#~2.3",
"bootstrap-datepicker": "~1.4",
"bootstrap-daterangepicker": "~2.1",
"bootstrap-slider": "seiyria-bootstrap-slider#~5.2",
"bootstrap-timepicker": "~0.5",
"bootstrap-wysihtml": "bootstrap3-wysihtml5-bower#~0.3",
"chart-js": "Chart.js#~1.0",
"datatables": "datatables.net#~1.10",
"datatables-bs": "datatables.net-bs#~1.10",
"fastclick": "~1.0",
"font-awesome": "~4.5",
"fuelux": "~3.12",
"fullcalendar": "~2.4",
"icheck": "iCheck#~1.0",
"ionicons": "~2.0",
"ionrangeslider": "~2.1",
"jquery": "~2.1",
"jquery-flot": "flot#~0.8",
"jquery-inputmask": "jquery.inputmask#~3.2",
"jquery-knob": "~1.2",
"jquery-ui": "~1.11",
"lesshat": "~3.0",
"morris.js": "~0.5",
"pace": "~1.0",
"select2": "~4.0",
"slimScroll": "~1.3",
"sweetalert": "~1.1",
"toastr": "~2.1",
"vue": "~1.0",
"weather-icons": "~2.0"
}
}