procrealms-client
Version:
A web/terminal hybrid client for Procedural Realms
37 lines (36 loc) • 724 B
JSON
{
"name": "procrealms-client",
"version": "0.2.3",
"description": "A web/terminal hybrid client for Procedural Realms",
"bin": {
"procrealms": "./index.js"
},
"dependencies": {
"@dinchak/blessed": "^0.1.83",
"anser": "^2.1.1",
"term.js": "^0.0.7",
"ws": "^8.6.0"
},
"keywords": [
"game",
"cli",
"mmorpg",
"procgen",
"rpg",
"mmo",
"mud",
"multiplayer",
"roguelike"
],
"repository": {
"type": "git",
"url": "https://github.com/dinchak/procrealms-client"
},
"homepage": "http://www.proceduralrealms.com",
"devDependencies": {
"browserify": "^17.0.0",
"envify": "^4.1.0",
"jshint": "^2.13.4",
"uglify-js": "^3.15.5"
}
}