cli-legend
Version:
"A fun command-line rogurelike dungeon game"
30 lines (29 loc) • 618 B
JSON
{
"name": "cli-legend",
"version": "1.0.0",
"description": "\"A fun command-line rogurelike dungeon game\" ",
"main": "index.mjs",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamparkBhol/roguemaze.git"
},
"keywords": [
"cli",
"game",
"roguelike",
"smprkgame",
"terminal",
"dungeonbased",
"maze",
"nodejs"
],
"author": "Sampark Bhol",
"license": "MIT",
"bugs": {
"url": "https://github.com/SamparkBhol/roguemaze/issues"
},
"homepage": "https://github.com/SamparkBhol/roguemaze#readme"
}