{
  "name": "async-err",
  "version": "0.0.3",
  "description": "An easy way to make an error in Node.js async, when it would sync otherwise.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter list"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stdarg/async-err.git"
  },
  "keywords": [
    "error",
    "err",
    "async"
  ],
  "author": "Edmond Meinfelder",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stdarg/async-err/issues"
  },
  "dependencies": {
    "debug": "0.7.4",
    "is2": "0.0.13"
  },
  "devDependencies": {
    "async": "0.2.10",
    "mocha": "1.17.1"
  }
}
