forked from shawnchin/jquery-cron
-
Notifications
You must be signed in to change notification settings - Fork 7
/
jquery-crontab.jquery.json
34 lines (34 loc) · 1015 Bytes
/
jquery-crontab.jquery.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
{
"name": "jquery-crontab",
"title": "jQuery Crontab",
"description": "jQuery plugin to create/manipulate crontab.",
"keywords": [
"crontab",
"system"
],
"version": "0.13.6",
"author": {
"name": "Low Kian Seong",
"url": "https://github.com/lowks/jquery-crontab/blob/master/AUTHORS"
},
"maintainers": [
{
"name": "Low Kian Seong",
"email": "kianseong@gmail.com",
"url": "http://blog.lowkster.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lowks/jquery-crontab/blob/master/LICENSE"
}
],
"bugs": "https://github.com/lowks/jquery-crontab/issues",
"homepage": "https://github.com/lowks/jquery-crontab/",
"docs": "https://github.com/lowks/jquery-crontab/blob/master/README.md",
"download": "https://github.com/lowks/jquery-crontab/archive/0.13.6.zip",
"dependencies": {
"jquery": ">= 1.10.3"
}
}