This commit is contained in:
erwanlr
2022-10-08 10:43:04 +02:00
parent be7437d117
commit f08158342a
42 changed files with 40536 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "rewrite-email-address",
"version": "1.0.2",
"description": "Rewrites any email address in your content to avoid crawler.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtahina/rewrite-email-address.git"
},
"keywords": [],
"author": "",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/rtahina/rewrite-email-address/issues"
},
"homepage": "https://github.com/rtahina/rewrite-email-address#readme"
}