File: /var/dev/nowruzgan/rest/node_modules/yargs/package.json
{
"name": "yargs",
"version": "3.4.5",
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"main": "./index.js",
"files": [
"index.js",
"lib",
"LICENSE"
],
"dependencies": {
"camelcase": "^1.0.2",
"decamelize": "^1.0.0",
"window-size": "0.1.0",
"wordwrap": "0.0.2"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"hashish": "0.0.4",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"mocoverage": "^1.0.0"
},
"scripts": {
"test": "mocha --check-leaks --ui exports --require blanket -R mocoverage"
},
"repository": {
"type": "git",
"url": "http://github.com/bcoe/yargs.git"
},
"config": {
"blanket": {
"pattern": [
"lib",
"index.js"
],
"data-cover-never": [
"node_modules",
"test"
],
"output-reporter": "spec"
}
},
"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"
}
}