-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "connect-concordia",
"version": "0.2.0",
"description": "connect concordia site",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.14.1",
"express-fileupload": "^0.1.2",
"express-session": "^1.15.0",
"mailgun-js": "^0.9.1",
"mkdirp": "^0.5.1",
"mongodb": "^2.2.22",
"mongoose": "^4.8.1",
"morgan": "^1.8.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^1.7.2"
},
"main": "index.js",
"devDependencies": {},
"scripts": {},
"author": "",
"license": "ISC"
}