-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"name": "datacollector",
"version": "1.0.0",
"description": "Covid data aggrigator collects geographical data from various trusted sources",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Prasanna Kumar Gollangi <prassu158@gmail.com>",
"license": "ISC",
"dependencies": {
"dotenv": "^9.0.0",
"form-data": "^4.0.0",
"html-table-to-json": "^1.0.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-geocoder": "^3.27.0",
"node-html-parser": "^3.2.0",
"striptags": "^3.1.1",
"tabletojson": "^2.0.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/covid19maps/datacollector.git"
},
"keywords": [
"covid19maps",
"covidmaps",
"covid19",
"india"
],
"bugs": {
"url": "https://github.com/covid19maps/datacollector/issues"
},
"homepage": "https://github.com/covid19maps/datacollector#readme"
}