{
  "name":        "tmp",
  "version":     "0.0.2",
  "description": "Temporary file and directory creator",

  "homepage": "http://github.com/raszi/tmp",

  "keywords": [ "temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile" ],

  "author": [
    {
      "name":  "KARASZI Istvan",
      "email": "github@spam.raszi.hu",
      "web":   "http://raszi.hu/"
    }
  ],

  "contributors": [
    {
      "name":  "KARASZI Istvan",
      "email": "github@spam.raszi.hu",
      "web":   "http://raszi.hu/"
    }
  ],

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

  "repositories": [
    {
      "type": "git", 
      "url":  "git://github.com/raszi/tmp.git"
    }
  ],

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

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

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

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

  "dependencies": {
    "underscore": "~1.1.7"
  },

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