hangman-ascii
Version:
Ascii art that can be used for Hangman command line games.
28 lines (27 loc) • 658 B
JSON
{
"name": "hangman-ascii",
"version": "1.0.4",
"description": "Ascii art that can be used for Hangman command line games.",
"main": "hangman.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Hangman",
"ascii"
],
"author": "Julie Dyer",
"license": "ISC",
"dependencies": {
"chalksay": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/juliemdyer/Hangman-ascii.git"
},
"bugs": {
"url": "https://github.com/juliemdyer/Hangman-ascii/issues"
},
"homepage": "https://github.com/juliemdyer/Hangman-ascii#readme"
}