menu-string
Version:
Generate a menu with selectable menu items as a string
38 lines (37 loc) • 793 B
JSON
{
"name": "menu-string",
"version": "1.3.0",
"description": "Generate a menu with selectable menu items as a string",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.9.1"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/menu-string.git"
},
"keywords": [
"menu",
"cli",
"terminal",
"ui",
"gui",
"list",
"select"
],
"author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/menu-string/issues"
},
"homepage": "https://github.com/watson/menu-string#readme",
"coordinates": [
53.5215936,
10.8009342
]
}