File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments