blob: 2afdfd60bbf0756d702efe36f71a738fa94b0dee [file] [log] [blame]
{
"author": {
"name": "Andrew Lunny",
"email": "alunny@gmail.com"
},
"name": "ncallbacks",
"description": "function that expires after n calls",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/alunny/ncallbacks.git"
},
"main": "ncallbacks.js",
"dependencies": {},
"devDependencies": {},
"readme": "# nCallbacks\n\n> function that executes n times\n\nThis is a stupid flow control library. Here's how you can use it.\n\n var end = nCallbacks(3, function (err, whatever) {\n console.log('done now');\n });\n\n firstAsynchronousThing(end);\n secondAsynchronousThing(end);\n thirdAsynchronousThing(end);\n\n## LICENSE\n\nI don't care\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/alunny/ncallbacks/issues"
},
"_id": "ncallbacks@1.1.0",
"_from": "ncallbacks@1.1.0"
}