forked from wechaty/wechaty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 812 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
{
"name": "wechaty",
"description": "Wechat for Bot. Get your Heroku cloud bot by deploy me",
"repository": "https://github.com/chatie/wechaty",
"logo": "https://raw.githubusercontent.com/chatie/wechaty/master/image/wechaty-icon.png",
"keywords": ["wechaty", "wechat", "bot", "chatbot", "framework", "cloudbot"],
"env": {
"WECHATY_LOG": {
"description": "Don't touch this. unless you know what this mean",
"value": "info"
},
"WECHATY_PUPPET": {
"description": "Puppet Name",
"value": "default"
},
"WECHATY_TOKEN": {
"description": "Cloud access token for Wechaty.io",
"value": "wechaty"
},
},
"engines": {
"node": "10"
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}
]
}