{ 
  "name" : "sink", 
  "version" : "0.1.1",
  "description" : "Untangle async code",
  "author" : "Scott Wadden",
  "homepage" : "http://github.com/hiddenbek/sink",
  "directories" : { "lib" : "./lib" },
  "main" : "./lib/sink",
  "licenses" : [{"type" : "MIT"}],
  "engines": { 
    "node": ">=0.1.99",
    "coffee-script": ">= 0.9.2"
  }, 
  "repository" : {
    "type" : "git", 
    "url" : "http://github.com/hiddenbek/sink.git"
  }
}
