Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit 024d500

Browse files
committed
Create timeout.jquery.json
1 parent d94fbb0 commit 024d500

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

timeout.jquery.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "timeout",
3+
"title": "jquery.timeout",
4+
"description": "jQuery.Deferred Wrapper for setTimeout/clearTimeout.",
5+
"keywords": [
6+
"timeout",
7+
"deferred",
8+
"promise"
9+
],
10+
"version": "1.1.0",
11+
"author": {
12+
"name": "Thomas Kemmer",
13+
"url": "https://github.com/tkem/jquery-timeout/blob/1.1.0/AUTHORS.txt"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Thomas Kemmer",
18+
"email": "tkemmer@computer.org"
19+
}
20+
],
21+
"licenses": [
22+
{
23+
"type": "MIT",
24+
"url": "https://github.com/tkem/jquery-timeout/blob/1.1.0/LICENSE.txt"
25+
}
26+
],
27+
"bugs": "https://github.com/tkem/jquery-timeout/issues",
28+
"homepage": "https://github.com/tkem/jquery-timeout",
29+
"docs": "https://github.com/tkem/jquery-timeout",
30+
"download": "http://code.jquery.com/#timeout",
31+
"dependencies": {
32+
"jquery": ">=1.5"
33+
}
34+
}

0 commit comments

Comments
 (0)