-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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": "elsewhere",
"engines": {
"node": "14.16.0",
"npm": "6.14.11"
},
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"sass": "node-sass -w public/stylesheet/scss/ -o public/stylesheet/dist/css/ --recursive",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajose-malik/elsewhere.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajose-malik/elsewhere/issues"
},
"homepage": "https://github.com/ajose-malik/elsewhere#readme",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.11.0",
"bcrypt": "^5.0.0",
"cloudinary": "^1.23.0",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"ejs-mate": "^3.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"faker": "^5.1.0",
"joi": "^17.3.0",
"method-override": "^3.0.0",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"node-sass": "^5.0.0"
}
}