forked from gnarf/jquery-ajaxQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathajaxQueue.jquery.json
34 lines (34 loc) · 766 Bytes
/
ajaxQueue.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": "ajaxQueue",
"title": "jQuery Ajax Queue",
"description": "A simple queue for ajax requests",
"keywords": [
"ajax",
"queue"
],
"version": "0.1.2pre",
"author": {
"name": "Corey Frang",
"email": "[email protected]",
"url": "https://github.com/gnarf37"
},
"maintainers": [
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "https://github.com/gnarf37"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/gnarf37/jquery-ajaxQueue/blob/0.1.2pre/LICENSE-MIT"
}
],
"bugs": "https://github.com/gnarf37/jquery-ajaxQueue/issues",
"homepage": "https://github.com/gnarf37/jquery-ajaxQueue",
"docs": "https://github.com/gnarf37/jquery-ajaxQueue",
"dependencies": {
"jquery": ">=1.5"
}
}