forked from MidknightRyk/HydroHomies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
36
37
38
39
40
41
42
43
44
{
"name": "hydrohomies",
"version": "1.0.0",
"description": "info30005 project",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha test/**/*.js --exit",
"heroku-postbuild": "cd front-end && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MidknightRyk/HydroHomies.git"
},
"author": "HydroHomies INFO30005 2020",
"license": "ISC",
"bugs": {
"url": "https://github.com/MidknightRyk/HydroHomies/issues"
},
"homepage": "https://github.com/MidknightRyk/HydroHomies#readme",
"dependencies": {
"async": "^3.2.0",
"axios-jsonp": "^1.0.4",
"bcrypt": "^4.0.1",
"body-parser": "latest",
"chai": "^4.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"flash": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.2.0",
"mongoose": "^5.9.4",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sessionstorage": "^0.1.0",
"sinon": "^9.0.2"
},
"devDependencies": {}
}