{
  "name": "catout",
  "preferGlobal": true,
  "version": "0.1.0",
  "author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
  "description": "Just output a cat in the terminal",
  "bin": {
    "catout": "./bin/catout"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frozzare/catout.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.6"
  }
}