named-argv
Version:
a simple node module that helps passing named arguments
14 lines (13 loc) • 422 B
JSON
{
"name":"named-argv",
"description":"a simple node module that helps passing named arguments",
"keywords": ["arguments", "options", "argv", "argc"],
"version":"0.3.0",
"repository": {"type": "git", "url": "git://github.com/ecdeveloper/node-named-argv"},
"author": "ecdeveloper <ec.developer@gmail.com>",
"contributors": [{
"name": "Serghei Calugher",
"email": "SlKelevro@gmail.com"
}],
"main":"./index.js"
}