-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
{
"name": "recharge-portal",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"nodemon": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Kavya Sharma",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"geoip-lite": "^1.4.3",
"mongoose": "^5.13.13",
"mongoose-auto-increment": "^5.0.1",
"mongoose-encryption": "^2.1.2",
"mongoose-sequence": "^5.3.1",
"mongoose-unique-validator": "^3.0.0",
"mongoose-validator": "^2.1.0",
"node-fetch": "^3.1.0",
"node-xlsx": "^0.20.0",
"nodemon": "^2.0.15",
"passport": "^0.5.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"read-excel-file": "^5.2.25",
"string-format": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharmakavya281105/secret-security-project.git"
},
"bugs": {
"url": "https://github.com/sharmakavya281105/secret-security-project/issues"
},
"homepage": "https://github.com/sharmakavya281105/secret-security-project#readme",
"description": ""
}