bower.json 2.6 KB
Newer Older
C
christianesperar 已提交
1
{
2 3 4
  "name": "gentelella",
  "homepage": "https://colorlib.com/polygon/gentelella/index.html",
  "authors": [
C
christianesperar 已提交
5 6
    "Aigars Silkalns",
    "Christian Esperar"
7
  ],
J
Typo  
Juan Eugenio Abadie 已提交
8
  "description": "Gentelella Admin is a free to use Bootstrap admin template",
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  "keywords": [
    "css",
    "js",
    "html",
    "template",
    "admin",
    "bootstrap",
    "theme",
    "backend",
    "responsive"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "documentation"
  ],
  "devDependencies": {
    "jquery": "^2.2.3",
S
sunny kushwaha 已提交
27
    "bootstrap": "^4.3.1",
28 29 30 31 32 33 34 35
    "font-awesome": "fontawesome#^4.6.1",
    "fastclick": "^1.0.6",
    "nprogress": "^0.2.0",
    "Chart.js": "^2.0.2",
    "gauge.js": "gauge.js#^1.2.1",
    "bootstrap-progressbar": "^0.9.0",
    "iCheck": "icheck#^1.0.2",
    "Flot": "flot#^0.8.3",
B
Britney Wright 已提交
36
    "bootstrap-daterangepicker": "git@github.com:dangrossman/daterangepicker.git#master",
37
    "skycons": "https://github.com/darkskyapp/skycons.git",
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
    "jquery-sparkline": "^2.1.3",
    "morris.js": "^0.5.1",
    "bootstrap-wysiwyg": "bootstrap-wysiwyg-steveathon#^1.0.5",
    "jquery.tagsinput": "^1.3.6",
    "switchery": "^0.8.1",
    "select2": "^4.0.2",
    "autosize": "^3.0.15",
    "parsleyjs": "^2.3.10",
    "devbridge-autocomplete": "^1.2.24",
    "ion.rangeSlider": "ionrangeslider#^2.1.3",
    "normalize-css": "^4.1.1",
    "mjolnic-bootstrap-colorpicker": "bootstrap-colorpicker#^2.3.3",
    "jquery.inputmask": "^3.3.1",
    "jquery-knob": "^1.2.13",
    "cropper": "^2.3.0",
P
pratik 已提交
53
    "validator": "https://github.com/yairEO/validator.git#^3.3.5",
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
    "jQuery-Smart-Wizard": "^3.3.1",
    "dropzone": "^4.3.0",
    "pnotify": "^3.0.0",
    "fullcalendar": "^2.6.1",
    "jquery.easy-pie-chart": "^2.1.6",
    "starrr": "^2.0.0",
    "datatables.net": "^1.10.11",
    "datatables.net-bs": "^1.10.11",
    "datatables.net-buttons": "^1.1.2",
    "datatables.net-buttons-bs": "^1.1.2",
    "datatables.net-fixedheader": "^3.1.1",
    "datatables.net-fixedheader-bs": "^3.1.1",
    "datatables.net-keytable": "^2.1.1",
    "datatables.net-responsive": "^2.0.2",
    "datatables.net-responsive-bs": "^2.0.2",
    "datatables.net-scroller": "^1.4.1",
    "datatables.net-scroller-bs": "^1.4.1",
    "pdfmake": "^0.1.20",
    "jszip": "Stuk/jszip#v2.6.0",
73
    "echarts": "^3.1.7",
C
christianesperar 已提交
74
    "malihu-custom-scrollbar-plugin": "^3.1.3",
C
christianesperar 已提交
75
    "animate.css": "^3.5.1",
C
christianesperar 已提交
76 77 78 79 80
    "jqvmap": "https://github.com/christianesperar/jqvmap.git#master",
    "DateJS": "^1.0.0-rc3",
    "flot.curvedlines": "^1.1.1",
    "flot.orderbars": "*",
    "flot-spline": "^0.8.2"
C
christianesperar 已提交
81 82 83
  },
  "resolutions": {
    "jquery": "^2.2.3",
S
sunny kushwaha 已提交
84 85
    "fastclick": "^1.0.6",
    "bootstrap": "^4.3.1"
86 87
  }
}