forked from Ednut001/Arch-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
18 lines (18 loc) · 1.37 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Arch-Md",
"description": "Nodejs wa bot",
"repository": "https://github.com/Ednut001/Arch-Md",
"logo": "https://files.catbox.moe/51vbuh.jpg",
"keywords": ["nodejs", "pair", "multi device"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}