-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 909 Bytes
/
package.json
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": "core",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/nodemon"
},
"author": "Nathan Bland",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"helmet": "^3.21.1",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.3.9",
"mongoose-findorcreate": "^3.0.0",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"passport-oauth1": "^1.1.0",
"uuid": "^3.3.2",
"validator": "^10.9.0"
},
"devDependencies": {
"faker": "^4.1.0",
"nodemon": "^1.18.6",
"request": "^2.88.0"
}
}