-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 938 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 938 Bytes
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
{
"name": "astor-dashboard",
"version": "1.6.0",
"homepage": "https://github.com/emaphp/astor-dashboard",
"authors": [
"Emmanuel Antico <emmanuel.antico@gmail.com>"
],
"description": "A responsive dashboard made with Sass",
"main": [
"dist/css/dashboard.css",
"dist/js/dashboard.js"
],
"moduleType": [
"globals"
],
"keywords": [
"astor",
"framework",
"dashboard"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery.scrollTo": "~2.1.2",
"datatables": "~1.10.11",
"jquery.bandoneon": "~1.0.0",
"select2": "~4.0.2",
"font-awesome": "~4.6.3",
"bootstrap-checkbox": "~1.4.0",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"seiyria-bootstrap-slider": "~7.0.3",
"typeahead.js": "0.11.1",
"bootstrap3-typeahead": "~4.0.1"
}
}