Files

36 lines
821 B
JSON

{
"name": "command-line-usage",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "4.1.0",
"description": "Generates command-line usage information",
"repository": "https://github.com/75lb/command-line-usage.git",
"license": "MIT",
"main": "lib/command-line-usage",
"files": [
"lib"
],
"keywords": [
"terminal",
"command line",
"usage",
"generator"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"docs": "jsdoc2md -t jsdoc2md/README.hbs --no-gfm lib/*.js > README.md; echo",
"test": "test-runner test/*.js"
},
"dependencies": {
"ansi-escape-sequences": "^4.0.0",
"array-back": "^2.0.0",
"table-layout": "^0.4.2",
"typical": "^2.6.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^3.0.4",
"test-runner": "^0.5.0"
}
}