mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
Added files
This commit is contained in:
31
public/jquery-timepicker/package.json
Normal file
31
public/jquery-timepicker/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user