-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 808 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 808 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
32
33
34
35
36
37
{
"name": "corona_virus_api",
"version": "1.1.0",
"description": "> Covid 19 api for Graphing",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"engines": {
"node": "10.x"
},
"author": "james-muriithi",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"d3-dsv": "^1.2.0",
"express": "^4.17.3",
"request": "^2.88.2",
"util": "^0.12.3"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensource254/corona-api.git"
},
"bugs": {
"url": "https://github.com/opensource254/corona-api/issues"
},
"homepage": "https://github.com/opensource254/corona-api#readme"
}