{
  "name": "extract-email-domain",
  "description": "Simple Utility to Extract the domain from an email address",
  "version": "0.0.1",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcnaveen/extract-email-domain.git"
  },
  "author": "mcnaveen <me@mcnaveen.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcnaveen/extract-email-domain/issues"
  },
  "homepage": "https://github.com/mcnaveen/extract-email-domain#readme",
  "keywords": [
    "domain",
    "domain-name",
    "email",
    "email-domain",
    "email-address"
  ]
}