cation/app.json

20 строки
313 B
JSON

{
"name": "cation",
"description": "a bot that does issue / pr management for electron",
"scripts": {},
"env": {
"APP_ID": {
"required": true
},
"PRIVATE_KEY": {
"required": true
}
},
"formation": {},
"addons": [
],
"buildpacks": [{
"url": "heroku/nodejs"
}]
}