yargs-command-config
Version:
Yargs command for managing config files
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "yargs-command-config",
"version": "1.0.5",
"description": "Yargs command for managing config files",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover node_modules/tape/bin/tape tests/test.js && cat ./coverage/lcov.info | coveralls",
"docs": "documentation build */**.js -f html -o docs",
"istanbul": "istanbul cover node_modules/tape/bin/tape tests/test.js",
"test": "node ./tests/test.js"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrwen/yargs-command-config.git"
},
"author": "Richard Wen",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrwen/yargs-command-config/issues"
},
"homepage": "https://github.com/rrwen/yargs-command-config#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"documentation": "^5.3.3",
"istanbul": "^0.4.5",
"moment": "^2.19.1",
"tape": "^4.8.0",
"yargs": "^10.1.0"
},
"dependencies": {},
"keywords": [
"yargs",
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command",
"config",
"json",
"settings",
"line",
"interface",
"save",
"manage",
"default",
"path",
"file",
"bin"
]
}