{
  "name": "@y2nk4/deasync",
  "version": "0.1.13",
  "description": "Turns async function into sync via JavaScript wrapper of Node event loop",
  "main": "index.js",
  "author": "Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>",
  "contributors": [
    "Fred Wen <wenfred@gmail.com> (https://github.com/abbr)"
  ],
  "license": "MIT",
  "scripts": {
    "install": "node ./build.js"
  },
  "dependencies": {
    "bindings": "~1.2.1",
    "nan": "^2.0.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abbr/deasync.git"
  },
  "homepage": "https://github.com/abbr/deasync",
  "keywords": [
    "async",
    "sync",
    "sleep",
    "await",
    "promise",
    "async wrapper"
  ],
  "engines": {
    "node": ">=0.11.0"
  }
}
