-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"name": "oss-project",
"version": "1.0.0",
"description": "an oss project, for making news reading easier",
"main": "server.js",
"scripts": {
"test": "nodemon server.js",
"start": "nodemon server.js"
},
"author": "Soham Chakraborty",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"google-news-json": "^2.0.4",
"lodash": "^4.17.21",
"mongoose": "^6.0.2",
"mongoose-findorcreate": "^3.0.0",
"monkeylearn": "^3.4.0",
"newspaperjs": "^1.0.8",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^6.1.0"
}
}