-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.33 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
43
44
{
"name": "myadvisor",
"version": "1.0.0",
"description": "myAdvisor is an automated self-advising and GPA management system created for the use of the University of the West Indies students.\r It aims to replace the current system of advising to an automated and faster system for greater convenience and efficiency.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku-postbuild": "cd myadvisor && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nevash-gobin/myAdvisorDev.git"
},
"keywords": [],
"author": "Hypertext Assassins",
"license": "ISC",
"bugs": {
"url": "https://github.com/nevash-gobin/myAdvisorDev/issues"
},
"homepage": "https://github.com/nevash-gobin/myAdvisorDev#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-modules": "^1.0.1",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"pdf2json": "^1.2.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"react-toastify": "^7.0.3",
"sequelize": "^6.5.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}