{
  "name": "create-temp-file",
  "version": "2.0.0",
  "description": "Creates a temporary file, returns a write stream, a path, and cleanup functions",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ArtskydJ/create-temp-file"
  },
  "keywords": [
    "stream",
    "temp",
    "tmp",
    "write"
  ],
  "author": "Joseph Dykstra",
  "license": "VOL",
  "bugs": {
    "url": "https://github.com/ArtskydJ/create-temp-file/issues"
  },
  "homepage": "https://github.com/ArtskydJ/create-temp-file",
  "devDependencies": {
    "string.prototype.endswith": "^0.2.0",
    "string.prototype.startswith": "^0.2.0",
    "tape": "^4.0.0"
  },
  "dependencies": {
    "tempfile": "^1.1.1"
  }
}
