-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 861 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
29
30
31
{
"name": "news-api-analysis",
"version": "1.0.0",
"description": "An application that analyses the top headlines from News API",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "Harry Tran",
"license": "ISC",
"dependencies": {
"@google-cloud/language": "^3.2.6",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"newsapi": "^2.4.0",
"nodemon": "^1.19.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tranquanghuy0801/Mashup_Docker_CAB432.git"
},
"bugs": {
"url": "https://github.com/tranquanghuy0801/Mashup_Docker_CAB432/issues"
},
"homepage": "https://github.com/tranquanghuy0801/Mashup_Docker_CAB432#readme"
}