bebopt
Version:
a more powerful, option parser for node.js
38 lines (37 loc) • 774 B
JSON
{
"name": "bebopt",
"version": "0.2.4",
"description": "a more powerful, option parser for node.js",
"main": "index",
"dependencies": {
"clone": "0.x.x"
},
"devDependencies": {
"coffee-script": "1.x.x",
"uglify-js": "2.x.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amagura/bebopt"
},
"keywords": [
"getopt",
"parser",
"argv",
"command-line",
"option-parser",
"option parsing",
"option parser",
"option",
"options"
],
"author": "Alexej Magura",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/amagura/bebopt/issues"
},
"homepage": "https://github.com/amagura/bebopt"
}