forked from DenverCoder1/github-readme-streak-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 928 Bytes
/
app.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
{
"name": "GitHub Readme Streak Stats",
"description": "🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README.",
"repository": "https://github.com/DenverCoder1/github-readme-streak-stats/",
"logo": "https://i.imgur.com/Z4bDOxC.png",
"keywords": ["github", "dynamic", "readme", "contributions", "streak", "stats"],
"addons": [],
"env": {
"TOKEN": {
"description": "GitHub personal access token obtained from https://github.com/settings/tokens/new",
"required": true
}
},
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
},
{
"url": "https://github.com/DenverCoder1/heroku-buildpack-fonts-segoe-ui"
},
{
"url": "heroku/php"
}
]
}