Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onokumus committed Mar 3, 2017
1 parent 5fa6545 commit f31c1ba
Show file tree
Hide file tree
Showing 1,738 changed files with 735,809 additions and 37 deletions.
49 changes: 30 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"name": "chl",
"description": "flexbox admin layout",
"main": "index.js",
"authors": [
"Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)"
],
"license": "MIT",
"homepage": "https://github.com/chaldene/chl",
"moduleType": [
"es6",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"name": "chl",
"description": "A Bootstrap 3 Based Admin Theme",
"main": "index.js",
"authors": [
"Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)"
],
"license": "MIT",
"homepage": "https://github.com/chaldene/chl",
"moduleType": [
"es6",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-touchspin": "^3.1.2",
"jquery-ui": "^1.12.0",
"datatables": "^1.10.12",
"flot": "^0.8.3",
"fullcalendar": "^3.0.1",
"screenfull": "^3.0.2",
"jquery-validation": "^1.15.1",
"jquery-knob": "^1.2.13",
"counterup": "^1.0.0"
}
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = 'Hello from chl';
89 changes: 71 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,73 @@
{
"name": "chl",
"version": "0.1.0",
"description": "flexbox admin layout",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaldene/chl.git"
},
"keywords": [],
"author": "Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaldene/chl/issues"
},
"homepage": "https://github.com/chaldene/chl#readme"
"name": "chl",
"version": "0.1.1",
"description": "A Bootstrap 3 Based Admin Theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaldene/chl.git"
},
"keywords": [],
"author": "Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaldene/chl/issues"
},
"homepage": "https://github.com/chaldene/chl#readme",
"dependencies": {
"animate.css": "^3.5.2",
"autosize": "^3.0.20",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.1",
"bootstrap-duallistbox": "github:istvan-ujjmeszaros/bootstrap-duallistbox",
"bootstrap-slider": "^9.7.2",
"bootstrap-wysiwyg": "^1.0.4",
"chart.js": "^2.5.0",
"cleave.js": "^0.7.15",
"clipboard": "^1.6.0",
"dragula": "^3.7.2",
"dropzone": "^4.3.0",
"flatpickr": "^2.3.7",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.1.0",
"gmaps": "^0.4.24",
"holderjs": "^2.9.4",
"in-view": "^0.6.1",
"insignia": "^5.0.0",
"ion-rangeslider": "^2.1.6",
"jquery": "^3.1.1",
"jquery-countdown": "^2.2.0",
"jquery-sparkline": "^2.4.0",
"jquery-steps": "^1.1.0",
"jquery.hotkeys": "^0.1.0",
"jqvmap": "^1.5.1",
"jump.js": "^1.0.2",
"lightgallery": "1.2.21",
"material-shadows": "^3.0.1",
"metis-canvas": "^1.0.1",
"metismenu": "^2.6.2",
"moment": "^2.17.1",
"morris.js": "^0.5.0",
"noty": "^2.4.0",
"open-color": "^1.4.2",
"pace-progress": "^1.0.2",
"perfect-scrollbar": "^0.6.16",
"loaders.css": "^0.1.2",
"push.js": "^0.0.12",
"quill": "^1.2.0",
"raphael": "^2.2.7",
"select2": "^4.0.3",
"suitcss-components-grid": "^3.0.3",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-flex": "^1.1.1",
"suitcss-utils-position": "^1.0.1",
"suitcss-utils-size": "^2.0.0",
"summernote": "^0.8.2",
"tablesorter": "^2.28.5",
"twbuttons": "^0.1.0",
"waypoints": "^4.0.1"
}
}
Loading

0 comments on commit f31c1ba

Please sign in to comment.