{
    "name": "temporary"
  , "version": "0.0.8"
  , "description": "The lord of tmp."
  , "keywords": ["tmp", "temp", "tempfile", "tempdirectory"]
  , "author": "Veselin Todorov <hi@vesln.com>"
  , "dependencies": {
    "package": ">= 1.0.0 < 1.2.0"
  }
  , "devDependencies": {
      "mocha": "1.2.x"
    , "chai": "*"
    , "sinon": "1.2.0"
  }
  , "repository" : {
      "type" : "git",
      "url" : "http://github.com/vesln/temporary.git"
  }
  , "homepage": "http://github.com/vesln/temporary"
  , "scripts": {
      "test": "make test"
  }
  , "main": "index"
  , "engines": { "node": ">= 0.6.0" }
}
