-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 loc) · 884 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-bias-sentiment-analysis",
"version": "1.0.0",
"description": "A website that helps detect the bias of news article.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omarASC5/news-bias-sentiment-analysis.git"
},
"author": "Omar Cobas",
"license": "ISC",
"bugs": {
"url": "https://github.com/omarASC5/news-bias-sentiment-analysis/issues"
},
"homepage": "https://github.com/omarASC5/news-bias-sentiment-analysis#readme",
"dependencies": {
"article-parser": "^2.4.0",
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"html-parse-stringify": "^1.0.3",
"jsdom": "^13.2.0",
"nodemon": "^1.19.4",
"sentiment": "^5.0.1",
"string-to-dom": "^0.1.5"
}
}