forked from cyberboysumanjay/Carbon-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
30 lines (30 loc) · 734 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
{
"name": "Carbon-API",
"description": "Unofficial API for Carbon written in Flask using Pyppeteer.",
"keywords": [
"carbon",
"carbonnowsh",
"python",
"flask",
"pyppeteer",
"api"
],
"success_url": "https://t.me/sjprojects",
"website": "https://github.com/cyberboysumanjay/Carbon-API",
"repository": "https://github.com/cyberboysumanjay/Carbon-API",
"addons": [],
"buildpacks": [
{
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack.git"
},
{
"url": "heroku/python"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
}