blob: fdd473f1b288c74b2e80471385986d95fabf40b2 [file] [log] [blame]
{
"author": "Simon Boudrias <admin@simonboudrias.com>",
"dependencies": {
"is-promise": "^2.1.0"
},
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
"devDependencies": {
"mocha": "^3.1.2"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"index.js"
],
"keywords": [
"flow",
"flow-control",
"async"
],
"license": "MIT",
"main": "index.js",
"name": "run-async",
"repository": "SBoudrias/run-async",
"scripts": {
"test": "mocha -R spec"
},
"version": "2.3.0"
}