codenamegenerator/app.json

22 lines
381 B
JSON
Raw Normal View History

2019-10-19 06:39:12 +00:00
{
2019-10-19 06:51:46 +00:00
"name": "codenamegenerator",
"description": "generates codenames, avi!",
"keywords": [
"python"
],
"website": "https://github.com/sneak/codenamegenerator/",
"repository": "https://github.com/sneak/codenamegenerator/",
"success_url": "/",
"scripts": {
},
2019-10-19 06:39:12 +00:00
"stack": "container"
2019-10-19 06:51:46 +00:00
"env": {
},
"formation": {
"web": {
"quantity": 1,
}
}
2019-10-19 06:39:12 +00:00
}
2019-10-19 06:51:46 +00:00