-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.37 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "miss-you",
"version": "1.0.0",
"description": "**missYOU** is a lasting communal space that engages and brings communities together after death.",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentiroleh/missYou.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vincentiroleh/missYou/issues"
},
"homepage": "https://github.com/vincentiroleh/missYou#readme",
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cloudinary": "^1.22.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.0.1",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-auth0": "^1.3.3",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
}
}