-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathemailComplete.jquery.json
More file actions
35 lines (35 loc) · 971 Bytes
/
emailComplete.jquery.json
File metadata and controls
35 lines (35 loc) · 971 Bytes
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": "emailComplete",
"title": "jQuery emailComplete",
"description": "jQuery Plugin for Email Complete",
"keywords": [
"email",
"complete"
],
"version": "3.1.2",
"author": {
"name": "fidding",
"url": "https://github.com/fidding"
},
"maintainers": [
{
"name": "fidding",
"email": "395455856@qq.com",
"url": "http://www.fidding.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fidding/emailComplete/LICENSE.txt"
}
],
"bugs": "https://github.com/fidding/emailComplete/issues",
"homepage": "https://github.com/fidding/emailComplete",
"docs": "https://github.com/fidding/emailComplete/readme.md",
"download": "https://github.com/fidding/emailComplete",
"demo": "https://fidding.github.io/emailComplete",
"dependencies": {
"jquery": ">=1.5"
}
}