valid-email
Version:
Test the validity of an email address
29 lines (28 loc) • 548 B
JSON
{
"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"
}
}