forked from codewithpatelo/NewsDSS-Argentina
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.74 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "newsfilt-argentina",
"version": "0.1.2",
"scripts": {
"start": "node ./bin/www",
"test": "nyc mocha",
"lint": "eslint --ignore-path .eslintignore .",
"lint-fix": "eslint --ignore-path .eslintignore . -- --fix",
"cover": "nyc mocha && nyc report --reporter=text-lcov | coveralls",
"report-cover": "nyc report --reporter=text-lcov | coveralls"
},
"precommit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IAARhub/NewsDSS-Argentina.git"
},
"keywords": [
"REST",
"fakenews",
"noticias falsas",
"sesgo",
"bias"
],
"author": "Patricio J. Gerpe",
"license": "gpl-3.0",
"dependencies": {
"botui": "^0.3.5",
"cheerio": "^1.0.0-rc.2",
"compute-hamming": "^1.1.0",
"cookie-parser": "~1.4.3",
"csvtojson": "^2.0.8",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"euclidean-distance": "^1.0.0",
"express": "~4.16.0",
"fs": "0.0.1-security",
"hamming-distance": "^1.0.0",
"http-errors": "~1.6.2",
"https": "^1.0.0",
"jade": "~1.11.0",
"lorca-nlp": "^1.0.12",
"material-dashboard": "^2.1.0",
"mathjs": "^5.2.3",
"moment": "^2.22.2",
"morgan": "~1.9.0",
"natural": "^0.6.2",
"striptags": "^3.1.1",
"swagger-tools": "^0.10.3",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0"
}
}