/home/desid573/public_html/magicride.ng/cal
NameSizeModeActions
components/-0755rm
css/-0755rm
fonts/-0755rm
img/-0755rm
js/-0755rm
less/-0755rm
tmpls/-0755rm
bower.json3150644editdlrm
check.php4630644editdlrm
composer.json8390644editdlrm
config.php3420644editdlrm
CONTRIBUTING.md3720644editdlrm
error_log13790644editdlrm
events.json.php17420644editdlrm
event_report.php53150644editdlrm
get-event-list.php18030644editdlrm
getEvents.php7160644editdlrm
Gruntfile.js10760644editdlrm
index-bs3.html79910644editdlrm
index.html82370644editdlrm
LICENSE10800644editdlrm
min.html43090644editdlrm
min.php59240644editdlrm
package.json8320644editdlrm
README.md91830644editdlrm
register-driver.php32770644editdlrm
web.config1880644editdlrm
Edit: /home/desid573/public_html/magicride.ng/cal/composer.json (839B)
{ "name": "serhioromano/bootstrap-calendar", "description": "Bootstrap full view calendar.", "keywords": ["bootstrap", "calendar"], "homepage": "http://bootstrap-calendar.azurewebsites.net/", "authors": [ { "name": "Sergey Romanov", "email": "serg4172@mail.ru", "role": "Developer" } ], "support": { "issues": "https://github.com/Serhioromano/bootstrap-calendar/issues" }, "license": "BSD", "require": { "components/jquery": "~1", "components/underscore": "~1", "twbs/bootstrap": ">2.0.0", "moment/moment": "~2" }, "extra" : { "component" : { "scripts" : [ "js/calendar.min.js" ], "styles" : [ "css/calendar.min.css" ], "files" : [ "js/language/*.js", "tmpls/*.*", "img/*.*" ] } } }