{
"name": "yargs",
"version": "1.3.3",
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"main": "./index.js",
"dependencies": {},
"devDependencies": {
"hashish": "*",
"mocha": "*",
"chai": "*"
},
"scripts": {
"test": "mocha -R nyan"
},
"repository": {
"type": "git",
"url": "http://github.com/chevex/yargs.git"
},
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"author": {
"name": "Alex Ford",
"email": "Alex.Ford@CodeTunnel.com",
"url": "http://CodeTunnel.com"
},
"contributors": [
{
"name": "Chris Needham",
"email": "chris@chrisneedham.com",
"url": "http://chrisneedham.com"
},
{
"name": "James Nylen",
"email": "jnylen@gmail.com",
"url": "https://github.com/nylen"
},
{
"name": "Benjamin Horsleben",
"url": "https://github.com/fizker"
}
],
"license": "MIT/X11",
"engine": {
"node": ">=0.4"
}
}
|