This commit is contained in:
Xes
2025-08-14 22:44:47 +02:00
parent 8ce45119b6
commit 791cb748ab
39112 changed files with 975901 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "jt.timepicker",
"version": "1.13.10",
"description": "A jQuery timepicker plugin inspired by Google Calendar.",
"homepage": "http://jonthornton.github.com/jquery-timepicker",
"main": [
"./jquery.timepicker.js",
"./jquery.timepicker.css"
],
"dependencies": {
"jquery": ">= 1.7"
},
"keywords": [
"time",
"picker",
"google calendar"
],
"author": {
"name": "Jon Thornton",
"web": "https://github.com/jonthornton"
},
"license": "MIT",
"_release": "1.13.10",
"_resolution": {
"type": "version",
"tag": "1.13.10",
"commit": "2d497cbb61071f4edd5409f9d3dbe67a9d5f7219"
},
"_source": "https://github.com/jonthornton/jquery-timepicker.git",
"_target": "*",
"_originalSource": "jt.timepicker"
}