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