{
    "name": "async-flow-control",
    "version": "1.2.0",
    "description": "Handle Javascript program flow control gracefully in async and mixed async/sync workflows",
    "main": "index.js",
    "scripts": {
        "test": "node ./node_modules/nanocommit/"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cmstead/async-flow-control.git"
    },
    "keywords": [
        "async",
        "flow-control",
        "conditional",
        "looping",
        "parallel",
        "serial"
    ],
    "author": "Chris Stead",
    "license": "MPL-2.0",
    "bugs": {
        "url": "https://github.com/cmstead/async-flow-control/issues"
    },
    "homepage": "https://github.com/cmstead/async-flow-control#readme",
    "devDependencies": {
        "chai": "^4.2.0",
        "mocha": "^6.1.3",
        "nanocommit": "^1.13.0",
        "sinon": "^7.3.1"
    },
    "nanocommit": {
        "testCommand": "node ./node_modules/mocha/bin/mocha ./test/*.test.js",
        "blindCommit": true,
        "annotations": "nanocommit",
        "watchFiles": [
            "index.js",
            "./test/*.test.js"
        ],
        "defaultCommandArgs": null,
        "commitMessage": null,
        "customAnnotations": null
    }
}
