Files

27 lines
515 B
JSON

{
"name": "async",
"npmName": "async",
"npmFileMap": [
{
"basePath": "/lib/",
"files": [
"*"
]
}
],
"filename": "async.js",
"version": "0.9.0",
"description": "Higher-order functions and common patterns for asynchronous code",
"author": "Caolan McMahon",
"repository": {
"type": "git",
"url": "http://github.com/caolan/async.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/async/raw/master/LICENSE"
}
]
}