-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 859 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
{
"name": "backend",
"version": "1.0.0",
"description": "backend for job application tracker",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lambda-School-Labs/CS8-jobapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lambda-School-Labs/CS8-jobapp/issues"
},
"homepage": "https://github.com/Lambda-School-Labs/CS8-jobapp#readme",
"dependencies": {
"bcrypt": "^3.0.0",
"cloudinary": "^1.11.0",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.12.1",
"mongoose": "^5.2.4",
"multer": "^1.3.1",
"nodemon": "^1.18.2",
"stripe": "^6.3.0"
}
}