react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / optionator / package.json
80575 views{1"name": "optionator",2"version": "0.5.0",3"author": {4"name": "George Zahariev",5"email": "[email protected]"6},7"description": "option parsing and help generation",8"homepage": "https://github.com/gkz/optionator",9"keywords": [10"options"11],12"files": [13"lib",14"README.md",15"LICENSE"16],17"main": "./lib/",18"bugs": {19"url": "https://github.com/gkz/optionator/issues"20},21"licenses": [22{23"type": "MIT",24"url": "https://raw.githubusercontent.com/gkz/optionator/master/LICENSE"25}26],27"engines": {28"node": ">= 0.8.0"29},30"repository": {31"type": "git",32"url": "git://github.com/gkz/optionator.git"33},34"scripts": {35"test": "make test"36},37"dependencies": {38"prelude-ls": "~1.1.1",39"deep-is": "~0.1.2",40"wordwrap": "~0.0.2",41"type-check": "~0.3.1",42"levn": "~0.2.5",43"fast-levenshtein": "~1.0.0"44},45"devDependencies": {46"LiveScript": "~1.3.1",47"mocha": "~2.0.1",48"istanbul": "~0.1.43"49},50"gitHead": "52241eef663601bef5120c3a770d60533d2b3097",51"_id": "[email protected]",52"_shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",53"_from": "optionator@>=0.5.0 <0.6.0",54"_npmVersion": "2.0.0",55"_npmUser": {56"name": "gkz",57"email": "[email protected]"58},59"maintainers": [60{61"name": "gkz",62"email": "[email protected]"63}64],65"dist": {66"shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",67"tarball": "http://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz"68},69"directories": {},70"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz",71"readme": "ERROR: No README data found!"72}737475