UNPKG

1.13 kBJSONView Raw
1{
2 "name": "email-validator",
3 "version": "2.0.2",
4 "author": "Manish Saraan <manish021js@gmail.com>",
5 "description": "Provides a fast, pretty robust e-mail validator. Only checks form, not function.",
6 "main": "index",
7 "scripts": {
8 "test": "mocha test.js && xo index.js --fix"
9 },
10 "typings": "index.d.ts",
11 "engines": {
12 "node": ">4.0"
13 },
14 "keywords": [
15 "email",
16 "validation",
17 "validator",
18 "syntax"
19 ],
20 "homepage": "http://github.com/manishsaraan/email-validator",
21 "licenses": [
22 {
23 "type": "MIT",
24 "url": "http://github.com/manishsaraan/email-validator/raw/master/LICENSE"
25 }
26 ],
27 "contributors": [
28 {
29 "name": "Manish Saraan",
30 "email": "manish021js@gmail.com",
31 "url": "https://github.com/manishsaraan"
32 },
33 {
34 "name": "Brad Martin",
35 "email": "bradwaynemartin@gmail.com",
36 "url": "https://github.com/bradmartin"
37 }
38 ],
39 "repository": {
40 "type": "git",
41 "url": "http://github.com/manishsaraan/email-validator.git"
42 },
43 "devDependencies": {
44 "chai": "4.1.2",
45 "mocha": "5.0.5",
46 "xo": "^0.20.3"
47 }
48}