A-New-Day-001's picture
Upload 1591 files
be5030f
raw
history blame contribute delete
780 Bytes
{
"name": "argv-tools",
"version": "0.1.2",
"description": "Some useful tools for working with process.argv",
"repository": "https://github.com/75lb/argv-tools",
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md --template README.hbs index.js > README.md"
},
"keywords": [
"argv",
"parse",
"argument",
"args",
"option",
"options",
"parser",
"parsing",
"cli",
"command",
"line"
],
"author": "Lloyd Brookes <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^5.0.1",
"test-runner": "^0.5.0-1"
},
"dependencies": {
"array-back": "^2.0.0",
"find-replace": "^2.0.1"
},
"files": [
"index.js"
]
}