is-valid-email
Version:
Validate email address
31 lines (30 loc) • 677 B
JSON
{
"name": "is-valid-email",
"version": "0.0.5",
"description": "Validate email address",
"main": "is-valid-email.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/is-valid-email"
},
"keywords": [
"validate",
"validator",
"email"
],
"author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguelmota/is-valid-email/issues"
},
"homepage": "https://github.com/miguelmota/is-valid-email",
"devDependencies": {
"tape": "^4.9.1"
}
}