{
  "name": "to-async",
  "version": "1.3.0",
  "description": "Convert a synchronous function to an asynchronous function",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:grudzinski/to-async.git"
  },
  "keywords": [
    "async"
  ],
  "author": "Roman Grudzinski",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/grudzinski/to-async/issues"
  },
  "homepage": "https://github.com/grudzinski/to-async",
  "dependencies": {
    "debug": "^2.1.3",
    "lodash": "^3.6.0"
  }
}
