-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "wannabelieve",
"version": "1.0.0",
"description": "Wannabelieve is a web app to discover amazing paranormal and supernatural phenomena and creating routes for visiting them and report new sightings.",
"main": "./bin/www.js",
"type": "module",
"bin": {
"wannabelieve": "seedsPhenomena.js"
},
"engines": {
"node": "<=v14.20.0",
"npm": "<=6.14.17"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cloudinary": "^1.30.1",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"mongoose": "^6.5.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-sass-middleware": "^1.0.1",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"scripts": {
"start": "node ./bin/www.js",
"dev": "cat alien && DEBUG=project-02:* nodemon -e hbs,js ./bin/www.js",
"dev-windows": "nodemon ./bin/www.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aemartos/wannabelieve.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aemartos/wannabelieve/issues"
},
"homepage": "https://github.com/aemartos/wannabelieve#readme"
}