A fork of a simple zero dependency command line argument parser for Node.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
349 B

{
"name": "argv",
"description": "CLI Argument Parser",
"url": "https://github.com/codenothing/argv",
"keywords": [ "cli", "argv", "options" ],
"author": "Corey Hart <[email protected]>",
"version": "0.0.1",
"main": "./index.js",
"engines": {
"node": ">=0.6.10"
},
"dependencies": {
},
"devDependencies": {
"nlint": "0.0.1"
}
}