{ "name" : "tap-producer"
, "version" : "0.0.1"
, "description" : "A module for producing TAP output"
, "main" : "./tap-producer.js"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
, "repository" : "https://github.com/isaacs/tap-producer"
, "dependencies" :
  { "inherits" : "*"
  , "tap-results" : "0.x"
  , "yamlish" : "*"
  }
}
