Skip to content

Commit dc8d576

Browse files
committed
initial commit
1 parent 0eb8d83 commit dc8d576

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

async.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
"deferred",
7+
"promise",
8+
"async",
9+
"asynchronous",
10+
"mochikit"
11+
],
12+
"version": "0.0.2",
13+
"author": {
14+
"name": "polygon planet",
15+
"url": "http://polygonpla.net/"
16+
},
17+
"maintainers": [{
18+
"name": "polygon planet",
19+
"email": "polygon.planet.aqua@gmail.com",
20+
"url": "http://polygonpla.net/"
21+
}],
22+
"licenses": [{
23+
"type": "MIT",
24+
"url": "https://github.com/polygonplanet/jquery-async-plugin/blob/master/LICENSE"
25+
}],
26+
"bugs": "https://github.com/polygonplanet/jquery-async-plugin/issues",
27+
"homepage": "https://github.com/polygonplanet/jquery-async-plugin",
28+
"docs": "https://github.com/polygonplanet/jquery-async-plugin",
29+
"download": "https://github.com/polygonplanet/jquery-async-plugin",
30+
"dependencies": {
31+
"jquery": ">=2.0.3"
32+
}
33+
}

0 commit comments

Comments
 (0)