forked from prabhasha2006/RedDragon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 661 Bytes
/
Copy pathapp.json
File metadata and controls
24 lines (24 loc) · 661 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
{
"name": "Red-Dragon",
"description": "Red Dragon MD version code 13",
"repository": "https://github.com/xcodejet/reddragon13",
"logo": "https://i.ibb.co/N36LkTT/accont-tag-bot.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"env": {
"RED_DRAGON_ACCOUNT_ID": {
"description": "http://www.reddragon.uf.uk.eu.org/",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}