forked from markvertra/code-sharing-application
-
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) · 788 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 788 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": "code-sharing-application",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-dev": "nodemon --inspect ./bin/www"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "~1.17.1",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.5",
"jscroll": "^2.3.9",
"mongodb": "^2.2.19",
"mongoose": "^4.7.2",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"req-flash": "0.0.3",
"serve-favicon": "~2.4.2",
"webpack": "^3.6.0"
}
}