-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostpone.jquery.json
38 lines (38 loc) · 1.15 KB
/
postpone.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
35
36
37
38
{
"name": "postpone",
"version": "1.2.2",
"title": "jQuery Postpone - Advanced timeout handling.",
"author": {
"name": "Aldwin Vlasblom",
"email": "aldwin.vlasblom@gmail.com",
"url": "https://github.com/Avaq"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Avaq/jQuery-Postpone/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.8"
},
"description": "Whether you want a prettier way of writing timeouts in JavaScript, or advanced timing events; jQuery.postpone is something for you! In technical terms, it is an API extension for jQuery.Deferred that allows you to use the deferred mechanism in combination with setTimeout and setInterval.",
"keywords": [
"time",
"pause",
"chrono",
"setTimeout",
"setInterval",
"timeout",
"interval",
"delay",
"postpone",
"wait",
"defer",
"deferred"
],
"homepage": "https://github.com/Avaq/jQuery-Postpone",
"docs": "https://github.com/Avaq/jQuery-Postpone/blob/master/README.md",
"bugs": "https://github.com/Avaq/jQuery-Postpone/issues",
"download": "https://github.com/Avaq/jQuery-Postpone/zipball/stable"
}