UNPKG

cli.args

Version:

Easy command line arguments handling library for node.js

35 lines (34 loc) 673 B
{ "name": "cli.args", "version": "0.0.7", "description": "Easy command line arguments handling library for node.js", "author": "Anselm Meyn", "main": "index.js", "scripts": { "test": "npm run test-node", "test-node": "mocha -R spec ./test" }, "keywords": [ "cli-args", "cli", "args", "argc", "argv", "arguments", "command", "parser", "getopt" ], "repository": { "type": "git", "url": "git://github.com:meyn/cli.args.git" }, "bugs": { "url": "https://github.com/meyn/cli.args/issues" }, "readmeFilename": "README.md", "license": "MIT", "devDependencies": { "mocha": "^1.21.4" } }