-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmailcheck.jquery.json
35 lines (35 loc) · 874 Bytes
/
mailcheck.jquery.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": "mailcheck",
"title": "mailcheck",
"description": "The Javascript library and jQuery plugin that suggests a right domain when your users misspell it in an email address.",
"keywords": [
"form",
"email",
"spell-check"
],
"version": "1.1.1",
"author": {
"name": "Derrick Ko",
"url": "http://derrickko.com",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Wei Lu",
"url": "http://neo.com",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mailcheck/mailcheck/blob/master/LICENSE"
}
],
"bugs": "https://github.com/mailcheck/mailcheck/issues",
"homepage": "https://github.com/mailcheck/mailcheck",
"docs": "https://github.com/mailcheck/mailcheck/blob/master/README.md",
"dependencies": {
"jquery": ">=1.7"
}
}