forked from vadivelan-k/mockpass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
47
48
49
50
{
"name": "@opengovsg/mockpass",
"version": "1.0.4",
"description": "A mock SingPass/CorpPass server for dev purposes",
"main": "index.js",
"bin": {
"mockpass": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datagovsg/mockpass.git"
},
"keywords": [
"mock",
"test",
"singpass",
"corppass"
],
"author": "Government Technology Agency of Singapore (https://www.tech.gov.sg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/datagovsg/mockpass/issues"
},
"homepage": "https://github.com/datagovsg/mockpass#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"base-64": "^0.1.0",
"express": "^4.16.3",
"morgan": "^1.9.0",
"mustache": "^2.3.2",
"xml-crypto": "^1.0.0",
"xml-encryption": "^0.11.2",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
},
"devDependencies": {
"@opengovsg/eslint-config-opengovsg": "^1.0.5",
"eslint": "^5.4.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0"
}
}