-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
{
"name": "yourbusinessanalyst",
"version": "1.0.0",
"description": "webpage to keep track of your business",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bishaljoshi08/Yourbusinessanalyst.git"
},
"keywords": [
"businessanalyst"
],
"author": "Neo Avyudaya",
"license": "ISC",
"bugs": {
"url": "https://github.com/bishaljoshi08/Yourbusinessanalyst/issues"
},
"homepage": "https://github.com/bishaljoshi08/Yourbusinessanalyst#readme",
"dependencies": {
"bcrypt": "^3.0.8",
"chart.js": "^2.9.3",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"googleapis": "^48.0.0",
"js": "^0.1.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.8.9",
"multer": "^1.4.2",
"nodemailer": "^6.4.5",
"sharp": "^0.24.0"
}
}