Files
CRM/libraries/jquery/timepicker/package.json
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

26 lines
632 B
JSON

{
"name": "timepicker",
"version": "1.0.0",
"title": "jquery-timepicker",
"author": {
"name": "Jon Thornton",
"url": "https://github.com/jonthornton"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": ">=0.3.15"
},
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
"keywords": [ "time", "picker", "google calendar" ],
"homepage": "http://jonthornton.github.com/jquery-timepicker/",
"files": [ "jquery.timepicker.js", "jquery.timepicker.css" ]
}