-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 1.05 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
{
"name": "collaborative",
"version": "1.0.0",
"description": "![Landing Page](./github-assets/Collaborative.png)\r # Collaborative\r Decsription",
"main": "index.js",
"scripts": {
"heroku-postbuild": "cd application && npm i && cd client-view && npm i && npm run build && cd .. && cd server-controller && npm i",
"start" : "cd application && cd server-controller && npm install && npm install bcrypt && node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"devstart": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DLSU-CCAPDEV/2021T2-G16.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DLSU-CCAPDEV/2021T2-G16/issues"
},
"homepage": "https://github.com/DLSU-CCAPDEV/2021T2-G16#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.6"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}