sendak-usage
Version:
A command-line parser/usage generator wrapping nopt
34 lines (33 loc) • 705 B
JSON
{
"name": "sendak-usage",
"version": "0.0.10",
"description": "A command-line parser/usage generator wrapping nopt",
"main": "lib/sendak-usage.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/18F/sendak-usage"
},
"keywords": [
"sendak",
"cli",
"options",
"wrapper",
"nopt",
"usage"
],
"dependencies": {
"minimist": "*",
"mocha": "*",
"log4js": "*",
"chai": "*"
},
"author": "Jane Arc <jane@cpan.org> (http://github.com/janearc)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/sendak-usage/issues"
},
"homepage": "https://github.com/18F/sendak-usage"
}