Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L10n bower5 #5558

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
bower_components/
*.DS_Store
54 changes: 54 additions & 0 deletions bower.json
@@ -0,0 +1,54 @@
{
"name": "admin-lte",
"version": "1.3",
"authors": [
"Abdullah Almsaeed <[email protected]>"
],
"description": "AdminLTE - Free Premium Admin control Panel Theme That Is Based On Bootstrap 3.x",
"main": [],
"keywords": [
"bootstrap",
"admin",
"template",
"twitter bootstrap"
],
"license": "MIT",
"homepage": "http://almsaeedstudio.com/",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"bootstrap": ">=3.1.0",
"font-awesome": ">=4.0.0",
"iCheck": "~1.0.1"
},
"devDependencies": {
"ionicons": ">=1.4.0",
"seiyria-bootstrap-slider": ">=1.9.0",
"bootstrap3-wysihtml5-bower": ">=0.2.10",
"jquery-ui": ">=1.10.3",
"ckeditor": ">=4.3.3",
"mjolnic-bootstrap-colorpicker": "~2.0.0",
"datatables": ">=1.9.4",
"datatables-bootstrap3": "latest",
"bootstrap-daterangepicker": "~1.3",
"bootstrap3-datetimepicker": "~3.0",
"bootstrap-datepicker": "^1.3",
"flot": ">=0.8.3",
"fullcalendar": "1.6.4",
"jquery.inputmask": "~3.0.0",
"ionslider": "https://github.com/IonDen/ion.rangeSlider.git#>=1.8.5",
"jquery-knob": "~1.2.0",
"bower-jvectormap": ">=1.2.2",
"morrisjs": "~0.5.1",
"slimScroll": "~1.3.0",
"bootstrap-social": ">=4.2.0",
"sparkline": "http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js"
},
"resolutions": {
"jquery": ">= 1.9.0",
"bootstrap": ">=3.1.0",
"datatables": ">=1.9.4"
}
}
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "almasaeed2010/AdminLTE",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
"homepage": "http://almsaeedstudio.com/",
"keywords": [
"css",
"js",
"less",
"responsive",
"back-end",
"template",
"web"
],
"authors": [
{
"name": "Abdullah Almsaeed",
"email": "[email protected]"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
}
}