{
  "name": "bd-flux",
  "version": "1.1.1",
  "description": "a async flow and callback toolkit",
  "main": "bd-flux.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "keywords": [
    "async",
    "parallel",
    "callback",
    "callback-hell"
  ],
  "author": "rbund",
  "license": "SEE LICENSE IN BSL.TXT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbund/bd-flux.git"
  },
  "bugs": {
    "url": "https://github.com/rbund/bd-flux/issues"
  },
  "homepage": "https://github.com/rbund/bd-flux",
  "devDependencies": {
    "tape": "^4.6.3"
  }
}
