forked from bcgov/MyGovBC-CAPTCHA-Service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "mygovbc-captcha-service",
"version": "3.0.0",
"description": "A reusable, secure and reliable CAPTCHA microservice for service providers to use within online digital services.",
"main": "server.js",
"scripts": {
"test": "node tests/test.js",
"start": "node server.js server"
},
"dependencies": {
"body-parser": "^1.16.0",
"buffer": "^5.0.5",
"express": "^4.14.1",
"jsonwebtoken": "^7.2.1",
"node-jose": "^0.9.2",
"open": "0.0.5",
"os": "^0.1.1",
"svg-captcha": "^1.3.1",
"winston": "^2.3.1",
"winston-syslog": "^1.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/MyGovBC-CAPTCHA-Service.git"
},
"keywords": [
"MyGovBC",
"captcha",
"service",
"widget",
"api",
"JWT"
],
"author": "Mark Lisé <contact@digitalspace.ca> (http://www.digitalspace.ca/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bcgov/MyGovBC-CAPTCHA-Service/issues"
},
"homepage": "https://github.com/bcgov/MyGovBC-CAPTCHA-Service#readme"
}