UNPKG

831 BJSONView Raw
1{
2 "name": "email-validator",
3 "version": "1.1.0",
4 "author": "Robert Schultz <robert@cosmicrealms.com>",
5 "description": "Provides a fast, pretty robust e-mail validator. Only checks form, not function.",
6 "main": "index",
7 "typings": "index.d.ts",
8 "engines": {
9 "node": ">0.3.0"
10 },
11 "keywords": [
12 "email",
13 "validation",
14 "validator",
15 "syntax"
16 ],
17 "homepage": "http://github.com/Sembiance/email-validator",
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "http://github.com/Sembiance/email-validator/raw/master/LICENSE"
22 }
23 ],
24 "contributors": [
25 {
26 "name": "Brad Martin",
27 "email": "bradwaynemartin@gmail.com",
28 "url": "https://github.com/bradmartin"
29 }
30 ],
31 "repository": {
32 "type": "git",
33 "url": "http://github.com/Sembiance/email-validator.git"
34 }
35}