mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
32 lines
864 B
JSON
32 lines
864 B
JSON
{
|
|
"name": "timepicker",
|
|
"version": "1.8.0",
|
|
"title": "jquery-timepicker",
|
|
"author": {
|
|
"name": "Jon Thornton",
|
|
"url": "https://github.com/jonthornton"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-uglify": "~0.2.2"
|
|
},
|
|
"main": "jquery.timepicker.min.js",
|
|
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
|
|
"keywords": [ "timepicker", "time", "picker", "ui", "google calendar" ],
|
|
"homepage": "http://jonthornton.github.com/jquery-timepicker/",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jonthornton/jquery-timepicker.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonthornton/jquery-timepicker/issues"
|
|
}
|
|
}
|