forked from braitsch/node-login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 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
{
"name": "node-login",
"version": "1.7.3",
"description": "A template for quickly building login systems on top of Node.js & MongoDb",
"author": "Stephen Braitsch <stephen@braitsch.io>",
"website": {
"url": "https://nodejs-login.herokuapp.com"
},
"private": false,
"repository": {
"type": "git",
"url": "git@github.com:braitsch/node-login.git"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"emailjs": "^2.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"moment": "^2.27.0",
"mongodb": "^3.5.9",
"pug": "^2.0.4",
"stylus": "^0.54.7"
},
"engines": {
"node": "10.19.0"
},
"scripts": {
"start": "node app.js"
}
}