-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
35 lines (35 loc) · 804 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "is-mail-fine",
"main": "dist/index.js",
"version": "1.0.3",
"homepage": "https://github.com/azanov/emailValidator",
"authors": [
"Pavel Azanov <[email protected]>",
"Jeffrey Stedfast <[email protected]>"
],
"description": "A simple (but correct) library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x).",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"validation",
"validator",
"email",
"mail"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/azanov/emailValidator.git"
}
}