Skip to content

Commit 43a56d1

Browse files
committed
Update
1 parent 2f1c678 commit 43a56d1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

async.jquery.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "async",
3+
"title": "jQuery async",
4+
"description": "jQuery async plugin adds Deferred to handle like the Mochikit.Async.Deferred.",
5+
"keywords": [
6+
"jquery",
7+
"deferred",
8+
"promise",
9+
"async",
10+
"asynchronous",
11+
"mochikit"
12+
],
13+
"version": "0.1.0",
14+
"author": {
15+
"name": "polygon planet",
16+
"url": "http://polygonpla.net/"
17+
},
18+
"maintainers": [{
19+
"name": "polygon planet",
20+
"email": "polygon.planet.aqua@gmail.com",
21+
"url": "http://polygonpla.net/"
22+
}],
23+
"licenses": [{
24+
"type": "MIT",
25+
"url": "https://github.com/polygonplanet/jquery-async-plugin/blob/master/LICENSE"
26+
}],
27+
"bugs": "https://github.com/polygonplanet/jquery-async-plugin/issues",
28+
"homepage": "https://github.com/polygonplanet/jquery-async-plugin",
29+
"docs": "https://github.com/polygonplanet/jquery-async-plugin",
30+
"download": "https://github.com/polygonplanet/jquery-async-plugin/releases",
31+
"dependencies": {
32+
"jquery": ">=1.10.0"
33+
}
34+
}

0 commit comments

Comments
 (0)