-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
{
"name": "va-mobile-sampleweb",
"version": "1.0.0",
"description": "VA Mobile API Client as a web app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adhocteam/va-mobile-sampleweb.git"
},
"author": "Patrick Vinograd",
"bugs": {
"url": "https://github.com/adhocteam/va-mobile-sampleweb/issues"
},
"homepage": "https://github.com/adhocteam/va-mobile-sammpleweb#readme",
"engines": {
"node": "14.x"
},
"dependencies": {
"express": "^4.17.1",
"express-basic-auth": "^1.2.1",
"express-session": "^1.17.1",
"express-session-rsdb": "^0.1.7",
"hbs": "^4.2.0",
"openid-client": "^4.4.0",
"passport": "^0.4.1",
"pg": "^8.7.3",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sha.js": "^2.4.11"
}
}