Restored async.js module

Got lost in a spate of Git confusion on my part
This commit is contained in:
Jeremy Ruston
2011-12-02 16:12:31 +00:00
parent efd194141c
commit 351e5b3e1f
13 changed files with 5409 additions and 0 deletions

16
node_modules/async/package.json generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{ "name": "async"
, "description": "Higher-order functions and common patterns for asynchronous code"
, "main": "./index"
, "author": "Caolan McMahon"
, "version": "0.1.15"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/caolan/async.git"
}
, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
}
]
}