{
  "name": "wtfnode",
  "version": "0.3.3",
  "description": "Utility to help find out why Node isn't exiting",
  "repository": {
    "type": "git",
    "url": "https://github.com/myndzi/wtfnode"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Kris Reeves",
  "bin": {
    "wtfnode": "index.js"
  },
  "license": "ISC"
}
