forked from ypinskiy/GBF-Raiders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 815 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 815 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
27
28
29
30
31
32
33
34
{
"name": "GBFRaiders",
"description": "A Raid Finder For Grand Blue Fantasy ",
"repository": "https://github.com/ypinskiy/GBF-Raiders",
"logo": "https://raw.githubusercontent.com/ypinskiy/GBF-Raiders/master/static/assets/comeforth-sticker.png",
"keywords": ["gbf", "granblue", "grand blue fantasy", "raid finder", "twitter", "gbfraiders"],
"env":
{
"consumer_key":
{
"description": "Twitter consumer key (API Key)"
},
"consumer_secret":
{
"description": "Twitter consumer secret (API Secret)"
},
"access_token_key":
{
"description": "Twitter access token"
},
"access_token_secret":
{
"description": "Twitter access token secret"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}],
"scripts":
{
"postdeploy": "npm install"
}
}