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.
 

21 lines
409 B

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