Brought in caolan's async library

See https://github.com/caolan/async/
This commit is contained in:
Jeremy Ruston
2011-12-01 15:35:17 +00:00
parent 69422a7023
commit afa1f77dc6
15 changed files with 5412 additions and 42 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"
}
]
}