-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 838 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 838 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
{
"name": "covid19distributionworldwide",
"description": "ALT-F1 SPRL: Display charts about the geographic distribution of COVID-19 cases worldwide",
"authors": "Abdelkrim Boujraf, ALT-F1 SPRL",
"keywords": [
"covid-19",
"dashboard"
],
"version": "2.0.1",
"main": "build/html/index.html",
"scripts": {
"release": "standard-version",
"patch": "npm run release -- --release-as patch",
"minor": "npm run release -- --release-as minor",
"major": "npm run release -- --release-as major",
"push": "git push --follow-tags origin master"
},
"repository": {
"type": "git",
"url": "git@github.com:ALT-F1/covid-19.git"
},
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"standard-version": "^7.0.1"
}
}