-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.18 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.18 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
{
"name": "team10",
"version": "1.0.0",
"description": "Note: The commit for this `README` document including instructions has been submitted half an hour late, although the app itself has been completed on time. All the commits for the code have been made on time. Apologies for the inconvenience caused.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build-run": "cd client && npm run build && cd .. && node server.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc309-summer-2020/team10.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/csc309-summer-2020/team10/issues"
},
"homepage": "https://github.com/csc309-summer-2020/team10#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"date-and-time": "^0.14.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.0",
"mongoose": "^5.9.27",
"request": "^2.88.2",
"validator": "^13.1.1"
}
}