{
    "name": "sink-test"
  , "description": "Headless / Browser JavaScript Unit Tester"
  , "version": "1.0.2"
  , "author": "Dustin Diaz <polvero@gmail.com> (http://dustindiaz.com)"
  , "contributors": [
      "Rod Vagg <rod@vagg.org> (http://github.com/rvagg)"
  ]
  , "keywords": ["testing", "unit tests", "headless", "tdd", "async"]
  , "main": "./src/sink.js"
  , "engines": {
      "node": ">= 0.4.0"
  }
  , "dependencies": {
      "colors": ">= 0.5.0"
  }
}
