lobus
Version:
A Ranvier-compatible input-event library, based on Inquirer and choose-your-own-adventure-style branching.
26 lines (25 loc) • 618 B
JSON
{
"name": "lobus",
"version": "1.0.0",
"description": "A Ranvier-compatible input-event library, based on Inquirer and choose-your-own-adventure-style branching.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanohue/lobus.git"
},
"keywords": [
"cyoa",
"ranvier",
"mud",
"menus"
],
"author": "Sean O'Donohue",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanohue/lobus/issues"
},
"homepage": "https://github.com/seanohue/lobus#readme"
}