-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "recaptcha2",
"version": "1.3.3",
"description": "Easy API for Google reCAPTCHA version 2 for Node.js and Express",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require coffeescript/register --recursive tests/*.coffee",
"compile": "./node_modules/.bin/coffee -c --no-header index.coffee"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fereidani/recaptcha2.git"
},
"dependencies": {
"request": "2.x"
},
"devDependencies": {
"coffeescript": "^2.3.2",
"mocha": "^5.2.0",
"nock": "^10.0.1",
"should": "^11.1.0"
},
"keywords": [
"recaptcha",
"captcha",
"security",
"csrf",
"express"
],
"author": "Khashayar Fereidani",
"license": "MIT",
"bugs": {
"url": "https://github.com/fereidani/recaptcha2/issues"
},
"homepage": "https://github.com/fereidani/recaptcha2#readme",
"contributors": [
{
"name": "Khashayar Fereidani",
"email": "[email protected]"
},
{
"name": "Dumitru Glavan",
"email": "[email protected]"
}
]
}