-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
58
{
"name": "backend_techsite",
"version": "1.0.0",
"description": "backend",
"main": "server.js",
"dependencies": {
"@octokit/rest": "^18.0.3",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"gridfs-stream": "^1.1.1",
"jsdom": "^16.3.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"memory-cache": "^0.2.0",
"method-override": "^3.0.0",
"moment": "^2.26.0",
"mongoose": "^5.9.25",
"monkeylearn": "^3.4.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.1.0",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.8",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"request": "^2.88.2"
},
"engines": {
"node": "10.x"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"serve": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shobhi1310/backend-team.git"
},
"author": "shubhankar",
"license": "ISC",
"bugs": {
"url": "https://github.com/shobhi1310/backend-team/issues"
},
"homepage": "https://github.com/shobhi1310/backend-team#readme"
}