-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 753 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 753 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
{
"name": "lunas-volunteers",
"version": "1.0.4",
"description": "MEAN ish volunteer management",
"private": true,
"main": "app.js",
"scripts": {
"start": "node --use_strict app.js"
},
"author": "Mike Bush <oldshaghat@gmail.com>",
"license": "UNLICENSED",
"dependencies": {
"express": "latest",
"cookie-parser": "latest",
"body-parser": "latest",
"express-session": "latest",
"express-validator":"latest",
"nodemailer": "latest",
"passport": "latest",
"passport-local": "latest",
"bower": "latest",
"mongodb" : "latest",
"mongoose" : "latest",
"crypto" : "latest",
"connect-mongodb-session" : "latest"
}
}