forked from jonthornton/jquery-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "timepicker-pk",
"version": "1.11.9+presets",
"title": "jquery-timepicker",
"author": {
"name": "Andreas Pelme",
"url": "https://github.com/pelme"
},
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-cssmin": "~0.4.1"
},
"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"
}
}