saferedirect.js
Version:
Dış bağlantıları tespit edip yönlendirme sayfasına gönderen bir kütüphane
21 lines • 614 B
JSON
{
"name": "saferedirect.js",
"version": "1.0.0",
"description": "Dış bağlantıları tespit edip yönlendirme sayfasına gönderen bir kütüphane",
"main": "index.js",
"scripts": {
"build": "echo 'Build script can be added here'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["redirect", "external-links", "javascript", "safety"],
"author": "İrfan Semih Doğru <irfansemihdogru@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/irfansemihdogru/SafeRedirect"
},
"files": [
"index.js",
"src/"
]
}