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
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 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
{
"name": "node-login",
"version": "1.7.0",
"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"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"emailjs": "^2.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"pug": "^2.0.3",
"stylus": "^0.54.5"
},
"engines": {
"node": "10.4.0"
},
"scripts": {
"start": "node app.js"
}
}