raptor-args
Version:
A concise command line arguments parser with robust type handling
40 lines • 1.13 kB
JSON
{
"name": "raptor-args",
"description": "A concise command line arguments parser with robust type handling",
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"homepage": "https://github.com/raptorjs/raptor-args",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-args.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"contributors": [
"Patrick Steele-Idem <pnidem@gmail.com>",
"Phillip Gates-Idem <phillip.idem@gmail.com>"
],
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint": "^2.4.4"
},
"license": "MIT",
"bin": {},
"main": "lib/raptor-args.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.0.3"
}