-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 Bytes
/
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
{
"name": "botblockers",
"version": "1.0.3",
"description": "A simple and effective CAPTCHA library to protect your website from bots.",
"main": "botblocker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oguzhan18/botblocker.git"
},
"keywords": [
"captcha",
"bot",
"security",
"verification",
"protection",
"Bot Blocker Captcha",
"color captcha",
"text captcha",
"emoji captcha"
],
"author": "Oğuzhan ÇART",
"license": "MIT",
"bugs": {
"url": "https://github.com/oguzhan18/botblocker/issues"
},
"homepage": "https://github.com/oguzhan18/botblocker#readme",
"dependencies": {},
"devDependencies": {},
"files": [
"botblocker.js",
"botblocker.css",
"README.md"
]
}