{
  "name": "gender-detection",
  "version": "0.1.0",
  "description": "Detect the gender of a person using his/her first name.",
  "license": "GPL-3.0",
  "main": "index.js",
  "keywords": [
    "gender",
    "sex"
  ],
  "author": "davidemiceli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidemiceli/gender-detection.git"
  },
  "files": [
    "index.js",
    "genders"
  ],
  "bugs": {
    "url": "https://github.com/davidemiceli/gender-detection/issues"
  },
  "maintainers": [
    "davidemiceli"
  ],
  "homepage": "https://github.com/davidemiceli/gender-detection#readme",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
