UNPKG

592 BJSONView Raw
1{ "name": "email-validator",
2 "version": "1.0.1",
3 "author": "Robert Schultz <robert@cosmicrealms.com>",
4 "description": "Provides a fast, pretty robust e-mail validator. Only checks form, not function.",
5 "main": "index",
6 "engines": { "node": ">0.3.0" },
7 "keywords": [ "email", "validation", "validator", "syntax" ],
8 "homepage" : "http://github.com/Sembiance/email-validator",
9 "licenses": [ { "type": "MIT", "url": "http://github.com/Sembiance/email-validator/raw/master/LICENSE" } ],
10 "repository": { "type": "git", "url": "http://github.com/Sembiance/email-validator.git" }
11}