{
  "name": "genderize",
  "version": "1.6.0",
  "description": "Guess gender of a first name through a HTTP API",
  "main": "index.js",
  "bin": {
    "genderize": "./cli.js"
  },
  "scripts": {
    "test": "standard && node example.js && ./cli.js < example-names.txt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finnp/node-genderize"
  },
  "keywords": [
    "gender",
    "guess"
  ],
  "author": "Finn Pauls",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finnp/node-genderize/issues"
  },
  "homepage": "https://github.com/finnp/node-genderize",
  "dependencies": {
    "minimist": "^1.1.1",
    "ndjson": "^1.3.0",
    "request": "^2.40.0",
    "split": "^0.3.0",
    "through2": "^0.6.5",
    "unquote": "^1.0.0"
  }
}
