{
  "name"         : "synchronize",
  "main"         : "./sync",
  "version"      : "2.0.0",
  "homepage"     : "http://alexeypetrushin.github.com/synchronize",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexeypetrushin/synchronize.git"
  },
  "dependencies" : {
    "fibers" : "1.0.x"
  },
  "devDependencies" : {
    "mocha" : "1.0.x",
    "chai"  : "1.3.x"
  },
  "scripts" : {
    "test": "mocha -R spec test/*.js"
  },
  "description"  : "Turns asynchronous function into synchronous",
  "keywords"     : ["Fibers", "Sync", "Async", "Control Flow"],
  "author"       : {
    "name" : "Alexey Petrushin",
    "url"  : "http://petrush.in"
  },
  "license"      : "MIT"
}
