callback-count
Version:
Count your callbacks before continuing. A tiny control flow helper that supports dynamic counting.
39 lines (38 loc) • 803 B
JSON
{
"name": "callback-count",
"version": "0.2.0",
"description": "Count your callbacks before continuing. A tiny control flow helper that supports dynamic counting.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/tjmehta/callback-count.git"
},
"keywords": [
"callback",
"count",
"callback",
"count",
"counter",
"control",
"flow",
"next",
"done",
"dynamic"
],
"author": "Tejesh Mehta",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjmehta/callback-count/issues"
},
"homepage": "https://github.com/tjmehta/callback-count",
"devDependencies": {
"should": "^3.1.3",
"mocha": "^1.17.1"
},
"dependencies": {
"exists": "^1.0.0"
}
}