-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 945 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 945 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
34
35
36
37
{
"name": "questions",
"version": "1.0.0",
"description": "Ask and answer questions, with a live option",
"dependencies": {
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ekko-lightbox": "^5.3.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"highlight.js": "^9.12.0",
"mongoose": "^4.12.6",
"mongoose-find-one-or-create": "^0.2.0",
"morgan": "^1.9.0",
"nodemailer": "^4.4.0",
"passport": "^0.4.0",
"passport-google-oauth2": "^0.1.6",
"passport.socketio": "^3.7.0",
"pastejs": "^1.0.6",
"pug": "^2.0.0-rc.4",
"sanitizer": "^0.1.3",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.4"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"scripts": {
"start": "node app.js",
"seed-db-examples": "node models/seedDatabase.js",
"test": "mocha"
},
"author": "",
"license": "ISC"
}