{
  "name":        "tmp",
  "version":     "0.0.6",
  "description": "Temporary file and directory creator",
  "author":      "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",

  "homepage": "http://github.com/raszi/tmp",
  "keywords": [ "temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile" ],

  "licenses": [
    {
      "type": "GPLv2",
      "url": "http://www.example.com/licenses/gpl.html"
    }
  ],

  "repository": {
    "type": "git", 
    "url":  "git://github.com/raszi/tmp.git"
  },

  "bugs": {
    "web":  "http://github.com/raszi/tmp/issues"
  },

  "main": "lib/tmp.js",

  "scripts": {
    "test": "vows test/*-test.js"
  },

  "engines": {
    "node": "0.4.10"
  },

  "dependencies": {},

  "devDependencies": {
    "vows": "~0.5.11"
  }
}
