-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
84 lines (84 loc) · 2.38 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
{
"name": "pixel-admin-base-scss",
"version": "0.0.5",
"authors": [
"Ryan Eballar <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": [
"scss/_pixel-admin.scss",
"scss/_widgets.scss",
"scss/_pages.scss",
"scss/_rtl.scss",
"scss/_themes.scss",
"js/utils.js",
"js/app.js",
"js/events.js",
"js/components_main-navbar.js",
"js/components_main-menu.js",
"js/components_alert.js",
"js/plugins_switcher.js",
"js/plugins_limiter.js",
"js/plugins_expanding-input.js",
"js/plugins_wizard.js",
"js/plugins_file-input.js",
"js/plugins_tasks.js",
"js/plugins_rating.js",
"js/pixel-slimscroll.js",
"js/plugins_flot.js",
"js/extensions_modal.js",
"js/extensions_bootstrap-datepicker.js",
"js/extensions_bootstrap-timepicker.js",
"js/extensions_bootstrap-datepaginator.js",
"js/extensions_bootstrap-tabdrop.js",
"js/extensions_jquery.validate.js",
"js/extensions_jquery.knob.js",
"js/extensions_jquery.sparklines.js",
"js/pixel-admin.js"
],
"dependencies": {
"bootstrap-sass-official": "~3.3.4",
"slimScroll": "~1.3.3",
"datetimepicker": "~2.4.1",
"bootstrap-calendar": "~0.2.4",
"bootstrap-select": "~1.6.3",
"bootstrap-datepicker": "~1.3.1",
"x-editable": "~1.5.1",
"bootstrap-markdown": "~2.8.0",
"evilstreak-markdown-js": "https://github.com/evilstreak/markdown-js.git#0.5.0",
"to-markdown": "~0.0.3",
"datatables": "~1.10.5",
"datatables-bootstrap": "https://github.com/DataTables/Plugins.git#1.10.5",
"flot": "~0.8.3",
"jquery-ui": "~1.11.3",
"jquery-validation": "https://github.com/jzaefferer/jquery-validation.git#1.11.1",
"Vague.js": "~0.0.6",
"select2": "3.4.5",
"summernote": "~0.6.1",
"bootbox": "~4.4.0",
"bootstrap-datepaginator": "~1.1.0",
"bootstrap-tabdrop": "~1.0.0",
"bootstrap-timepicker": "~0.2.6",
"dropzone": "~4.0.1",
"ExplorerCanvas": "*",
"fastclick": "~1.0.6",
"jquery-autosize": "~2.0.0",
"jquery.easy-pie-chart": "~2.1.6",
"growl": "~1.2.5",
"jquery-knob": "~1.2.11",
"jquery-maskedinput": "~1.4.1",
"jquery-minicolors": "~2.1.10",
"jquery.sparkline": "http://omnipotent.net/jquery.sparkline/latest/jquery.sparkline.js",
"morris.js": "~0.5.1",
"respond": "~1.4.2",
"animate.css": "~3.2.1",
"components-font-awesome": "~4.2.0"
}
}