зеркало из https://github.com/electron/trop.git
26 строки
384 B
JSON
26 строки
384 B
JSON
{
|
|
"name": "trop",
|
|
"description": "a bot that does backports for Electron",
|
|
"scripts": {
|
|
},
|
|
"env": {
|
|
"APP_ID": {
|
|
"required": true
|
|
},
|
|
"PRIVATE_KEY": {
|
|
"required": true
|
|
}
|
|
},
|
|
"formation": {},
|
|
"addons": [],
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku-community/apt"
|
|
},
|
|
{
|
|
"url": "heroku/nodejs"
|
|
}
|
|
],
|
|
"stack": "heroku-24"
|
|
}
|