fallouthacking
Version:
Fallut series style hacking game.
29 lines (28 loc) • 562 B
JSON
{
"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"
}
}