-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1007 Bytes
/
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
{
"name": "apartmentlisting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "Asli Ari",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.16.1",
"moment": "^2.24.0",
"mongoose": "^5.4.3",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"engines": {
"node": "12.12.0",
"npm": "6.7.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mssui/AirbnbClone.git"
},
"bugs": {
"url": "https://github.com/mssui/AirbnbClone.gitissues"
},
"homepage": "https://github.com/mssui/AirbnbClone.git#readme"
}