-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 882 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 882 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
38
39
40
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "mocha --timeout 10000 --grep '^Manual.*' --invert"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.16.4",
"handlebars": "^4.5.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.11",
"nodemailer": "^6.3.1",
"nodemailer-express-handlebars": "^3.1.0",
"sharp": "^0.23.2",
"socket.io": "^2.3.0",
"socketio-jwt": "^4.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.2.0",
"nodemon": "^1.18.9"
},
"engines": {
"node": "10.15.0"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/map-share-api"
}
}