-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
38
39
40
41
42
{
"name": "confusionserver",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"lint": "eslint . -c .eslintrc.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~4.1.1",
"express": "~4.17.0",
"express-session": "^1.15.6",
"http-errors": "~1.7.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.5.9",
"mongoose-currency": "^0.2.0",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"session-file-store": "^1.2.0",
"swagger-jsdoc": "^3.5.0",
"swagger-ui-express": "^4.1.3"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.1.0",
"nodemon": "^1.19.4",
"prettier": "^1.17.1"
}
}