{

"name": "optionator",
"version": "0.4.0",
"author": {
  "name": "George Zahariev",
  "email": "z@georgezahariev.com"
},
"description": "option parsing and help generation",
"homepage": "https://github.com/gkz/optionator",
"keywords": [
  "options"
],
"files": [
  "lib",
  "README.md",
  "LICENSE"
],
"main": "./lib/",
"bugs": {
  "url": "https://github.com/gkz/optionator/issues"
},
"licenses": [
  {
    "type": "MIT",
    "url": "https://raw.githubusercontent.com/gkz/optionator/master/LICENSE"
  }
],
"engines": {
  "node": ">= 0.8.0"
},
"repository": {
  "type": "git",
  "url": "git://github.com/gkz/optionator.git"
},
"scripts": {
  "test": "make test"
},
"dependencies": {
  "prelude-ls": "~1.1.0",
  "deep-is": "~0.1.2",
  "wordwrap": "~0.0.2",
  "type-check": "~0.3.1",
  "levn": "~0.2.5",
  "fast-levenshtein": "~1.0.0"
},
"devDependencies": {
  "LiveScript": "~1.2.0",
  "mocha": "~1.8.2",
  "istanbul": "~0.1.43"
},
"_id": "optionator@0.4.0",
"dist": {
  "shasum": "e79c7926ff7d550f92c714dfc3da21d7877ebea6",
  "tarball": "http://registry.npmjs.org/optionator/-/optionator-0.4.0.tgz"
},
"_from": "optionator@>=0.4.0 <0.5.0",
"_npmVersion": "1.3.21",
"_npmUser": {
  "name": "gkz",
  "email": "z@georgezahariev.com"
},
"maintainers": [
  {
    "name": "gkz",
    "email": "z@georgezahariev.com"
  }
],
"directories": {},
"_shasum": "e79c7926ff7d550f92c714dfc3da21d7877ebea6",
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.4.0.tgz",
"readme": "ERROR: No README data found!"

}