when-conditional
Version:
A simple little asyncronous if check and conditional method
29 lines (28 loc) • 632 B
JSON
{
"name": "when-conditional",
"version": "2.0.0",
"description": "A simple little asyncronous if check and conditional method",
"main": "when.js",
"repository": {
"type": "git",
"url": "https://github.com/thekemkid/when-conditional.git"
},
"keywords": [
"if",
"when",
"async",
"asyncronous",
"utility",
"condition",
"conditional"
],
"author": "Glen Keane",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekemkid/when-conditional/issues"
},
"homepage": "https://github.com/thekemkid/when-conditional",
"dependencies": {
"setimmediate": "^1.0.2"
}
}