{
  "name": "valid-email",
  "version": "1.0.1",
  "description": "Test the validity of an email address",
  "author": "John Henry <john@iamjohnhenry.com>",
  "homepage": "https://github.com/johnhenry/valid-email",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/johnhenry/valid-email.git"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {},
  "keywords": [
    "valid",
    "email",
    "test",
    "validity",
    "check"
  ],
  "engines": {
    "node": ">=0.10.0"
  }
}
