-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "consumables_dbms",
"version": "1.0.0",
"description": "A basic node and db project to manage and distribute the consumables effectively",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivary43/consumables_dbms.git"
},
"author": "Manish kumar, Mayank Vaidya",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivary43/consumables_dbms/issues"
},
"homepage": "https://github.com/ivary43/consumables_dbms#readme",
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-fileupload": "^1.0.0",
"express-session": "^1.15.6",
"flash-express": "^1.0.4",
"hbs": "^4.0.1",
"lodash": "^4.17.11",
"mongoose": "^5.3.4",
"mongoose-auto-increment-reworked": "^1.2.1",
"morgan": "^1.9.1",
"node-cron": "^2.0.3",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"rimraf": "^2.6.2"
}
}