{
  "name": "syncho",
  "version": "0.2.5",
  "description": "Fast and lean abstraction for node Fibers. Easily run asynchronous functions synchronously.",
  "author": "Jerome Touffe-Blin <jtblin@gmail.com> (http://about.me/jtblin)",
  "homepage": "https://github.com/jtblin/syncho",
  "dependencies": {
    "fibers": "~1.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jtblin/syncho.git"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.5.2"
  },
  "keywords": [
    "fibers",
    "syncho",
    "sync",
    "synchronize",
    "synchronous",
    "async",
    "harmony",
    "flow",
    "control flow",
    "thread",
    "parallel"
  ],
  "license": "BSD",
  "devDependencies": {
    "chai": "~1.10.0",
    "istanbul": "^0.3.2",
    "mocha": "~2.1.0",
    "sinon": "^1.12.0",
    "sinon-chai": "^2.6.0"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha -w test/",
    "cov": "istanbul cover _mocha",
    "viewcov": "open test/coverage/lcov-report/index.html"
  }
}
