-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 837 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
36
37
{
"name": "easpm123",
"version": "1.0.1",
"description": "An Easy-to-use JavaScript API that protects any email address you want to use in your website from spambots.",
"keywords":
[
"cross-browser",
"cross-device",
"cross-platform",
"easy-to-use",
"email-obfuscator",
"email-protector",
"javascript-api",
"javascript-library",
"multilanguage",
"multiplatform",
"spam-prevention",
"spam-protection",
"spambot-security",
"vanilla-javascript",
"spam"
],
"author": [ "Joan Alba Maldonado <joanalbamaldonadoNO_SPAM_PLEASE_DELETE_THIS@gmail.com>" ],
"license": "SEE LICENSE IN README.md",
"homepage": "https://github.com/jalbam/easpm123",
"repository":
{
"type": "git",
"url": "git://github.com/jalbam/easpm123.git"
},
"ignore":
[
"**/.*"
],
"moduleType": [ "globals" ],
"private": false
}