-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 878 Bytes
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
{
"name": "ncaptcha-api",
"version": "1.1.2",
"description": "Module to integrate captcha for API only apps in nodejs",
"main": "index.js",
"scripts": {
"test": "nyc mocha && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niteshpurohit/ncaptcha.git"
},
"keywords": [
"captcha",
"nodejs",
"recaptcha"
],
"author": "Nitesh Purohit <nitesh.purohit.it@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/niteshpurohit/ncaptcha/issues"
},
"homepage": "https://github.com/niteshpurohit/ncaptcha#readme",
"dependencies": {
"canvas": "3.1.0",
"crypto": "^1.0.1"
},
"devDependencies": {
"chai": "^5.0.0",
"coveralls": "^3.1.0",
"lodash": ">=4.17.19",
"mocha": "11.7.5",
"nyc": "^17.0.0",
"sleep": "^6.3.0"
}
}