-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 908 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": "anticaptcha2",
"version": "1.0.1",
"description": "A simple client to solve captchas using https://anti-captcha.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kamikadze4GAME/node-anticaptcha2.git"
},
"keywords": [
"captcha",
"anti-captcha",
"captcha-solver",
"recaptcha",
"recaptcha2",
"recaptcahv2",
"funcaptcha",
"geecaptcha",
"imagecaptcha",
"anticaptcha"
],
"author": "Ostap Skryshevskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kamikadze4GAME/node-anticaptcha2/issues"
},
"homepage": "https://github.com/Kamikadze4GAME/node-anticaptcha2#readme",
"dependencies": {
"bluebird": "^3.5.3",
"clone": "^2.1.2",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}