-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 973 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": "databunker-nodejs-example",
"version": "1.0.0",
"description": "Hello world build with passport.js, magic.link, and databunker.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/securitybunker/databunker-nodejs-example.git"
},
"keywords": [
"passport.js",
"magic.link",
"databunker"
],
"author": "Yuli Stremovsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/securitybunker/databunker-nodejs-example/issues"
},
"homepage": "https://github.com/securitybunker/databunker-nodejs-example#readme",
"dependencies": {
"@databunker/session-store": "^1.0.7",
"@databunker/store": "^1.0.8",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-magic": "^1.0.0"
}
}