argp
Version:
Command-line option parser
17 lines • 417 B
JSON
{
"name": "argp",
"version": "1.0.4",
"description": "Command-line option parser",
"keywords": ["cli", "options", "parser", "commands", "arguments", "getopt",
"argparse"],
"author": "Gabriel Llamas <gagle@outlook.com>",
"repository": "git://github.com/gagle/node-argp.git",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "node test/index"
},
"license": "MIT",
"main": "lib"
}