-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "covid19-api",
"version": "1.2.1",
"description": "This API provides updated real-time data on coronavirus cases from the worldometers page and other important websites, provided by the most reputable organizations and statistical offices in the world.",
"main": "./src/api/index.js",
"scripts": {
"start:api": "nodemon ./src/api/api",
"start:plugin": "nodemon ./TestPlugin",
"start:generate-doc": "bash ./apidoc.sh",
"start:logs": "bash ./logs.sh",
"test": "mocha"
},
"keywords": [
"COVID-19",
"coronavirus",
"pandemic"
],
"author": {
"name": "Chris Michael",
"email": "[email protected]",
"url": "http://personal-porfolio.chrismichael.now.sh",
"social": {
"github": "https://github.com/ChrisMichaelPerezSantiago",
"twitter": "https://twitter.com/Chris5855M"
}
},
"contributors": [
{
"name": "Chris Michael",
"url": "https://github.com/ChrisMichaelPerezSantiago",
"reason": "Project Leader, and Developer"
}
],
"bugs": {
"url": "https://github.com/ChrisMichaelPerezSantiago/covid19/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ChrisMichaelPerezSantiago/covid19.git"
},
"license": "MIT",
"dependencies": {
"apidoc": "^0.20.1",
"axios": "^0.19.2",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cheerio": "^1.0.0-rc.3",
"csvtojson": "^2.0.10",
"export-to-csv": "^0.2.1",
"https": "^1.0.0",
"mocha": "^7.1.1",
"nodemon": "^2.0.2",
"path": "^0.12.7",
"request": "^2.88.2",
"tabletojson": "^2.0.3"
}
}