{
  "name": "freach",
  "version": "1.0.0",
  "description": "There are so many libraries that do this sort of thing – this is just my preferred syntax. If pass an error to next, everything stops and the final callback is invoked with whatever error you passed.",
  "main": "freach.js",
  "scripts": {
    "test": "tests/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmerfield/freach.git"
  },
  "keywords": [
    "forEach",
    "async",
    "array.forEach",
    "object.forEach",
    "control",
    "flow"
  ],
  "author": "David Merfield",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/davidmerfield/freach/issues"
  },
  "homepage": "https://github.com/davidmerfield/freach#readme"
}
