generated from theamazingmrb/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.64 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
{
"name": "mysugrpet",
"version": "1.0.0",
"description": "<div id=\"top\"></div> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag \"enhancement\". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js & npm run scss-watch",
"scss-watch": "sass --no-source-map --watch public/css/style.scss public/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlongodev/my-sugr-pet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dlongodev/my-sugr-pet/issues"
},
"homepage": "https://github.com/dlongodev/my-sugr-pet#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bs-custom-file-input": "^1.3.4",
"cloudinary": "^1.28.1",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.6.1",
"connect-mongo": "^4.6.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"livereload": "^0.9.3",
"memorystore": "^1.6.7",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^6.1.5",
"multer": "^1.4.4",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"sass": "^1.54.8"
}
}