UNPKG

jquery-yohours

Version:

Jquery and bootstrap based input widget to create opening_hours data

46 lines (45 loc) 855 B
{ "name": "jquery-yohours", "description": "Jquery and bootstrap based input widget to create opening_hours data", "version": "1.1.0", "authors": [ { "name": "Simon Karlen", "email": "simi.albi@outlook.com", "homepage": "https://github.com/simialbi" }, { "name": "Adrien PAVIE", "email": "adrien@pavie.info", "homepage": "https://pavie.info/realisations.html#perso" } ], "main": [ "dist/css/yohours.css", "dist/js/yohours.min.js" ], "keywords": [ "openstreetmap", "jquery", "plugin", "opening_hours", "opening", "hours" ], "dependencies": { "jquery": "2 - 3", "bootstrap": "^3.0 || ^4.0 || ^5.0", "moment": "^2.20.1", "fullcalendar": "^4.0", "jsmart": "^3.1", "jed": "^1.1" }, "license": "LICENSE", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }