{
  "name": "fallouthacking",
  "version": "0.1.0",
  "description": "Fallut series style hacking game.",
  "repository": {
    "type": "git",
    "url": "https://github.com/drewwyatt/fallouthacking.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "fallout",
    "hacking",
    "reddit",
    "dailyprogrammer"
  ],
  "author": "Drew Wyatt",
  "license": "MIT",
  "preferGlobal": true,
  "dependencies": {
    "prompt": "^0.2.14",
    "q": "^1.4.1"
  },
  "bin": {
    "fallouthacking": "index.js"
  }
}
