forked from mailcheck/mailcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 KB
/
package.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
36
37
38
39
40
41
42
43
44
45
{
"name": "mailcheck",
"title": "mailcheck",
"description": "A jQuery plugin that suggests a right domain when your users misspell it in an email address.",
"keywords": [
"form",
"email",
"spell check"
],
"version": "1.0.3",
"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/Kicksend/mailcheck/blob/master/LICENSE"
}
],
"bugs": "https://github.com/Kicksend/mailcheck/issues",
"homepage": "https://github.com/Kicksend/mailcheck",
"docs": "https://github.com/Kicksend/mailcheck/blob/master/README.md",
"dependencies": {
},
"devDependencies": {
"jasmine-node": "1.x"
},
"main": "src/mailcheck.js",
"repository": {
"type": "git",
"url": "git://github.com/aseemk/mailcheck.git"
},
"scripts": {
"test": "jasmine-node spec/"
}
}