tunnckoCore/benz

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "benz",
  "version": "0.4.0",
  "description": "Compose your control flow with absolute elegance. Support async/await, callbacks, thunks, generators, promises, observables, child processes and streams. Can power applications that need to have plugins. Useful for creating task, test and bench runners.",
  "repository": "tunnckoCore/benz",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "async-done": "~1.1.0",
    "extend-shallow": "~2.0.0",
    "handle-arguments": "~3.0.2",
    "is-es6-generator-function": "~1.0.0",
    "is-extendable": "~0.1.1",
    "is-promise": "~2.0.0",
    "kind-of": "~2.0.0",
    "manage-arguments": "~1.0.0",
    "now-and-later": "~0.0.6",
    "option-cache": "~2.0.0"
  },
  "devDependencies": {
    "always-thunk": "^1.0.0",
    "assertit": "^0.1.0",
    "bluebird": "^2.9.32",
    "co": "^4.5.4",
    "graceful-fs": "^4.1.2",
    "hybridify": "^1.0.9",
    "mz": "^2.0.0"
  },
  "keywords": [
    "async",
    "async-await",
    "asynchronous",
    "asyncify",
    "await",
    "cache",
    "callback",
    "cb",
    "co",
    "compose",
    "composition",
    "control",
    "controlflow",
    "elegance",
    "flow",
    "fn",
    "functions",
    "generator",
    "generatorify",
    "generators",
    "hybrid",
    "hybridify",
    "ko",
    "options",
    "parallel",
    "promise",
    "promisify",
    "runners",
    "series",
    "sync",
    "thunkify",
    "thunks",
    "utopia",
    "vo",
    "ware"
  ]
}