mirror of
https://github.com/h2non/imaginary.git
synced 2026-02-28 19:07:35 +01:00
22 lines
643 B
JSON
22 lines
643 B
JSON
{
|
|
"name": "Imaginary",
|
|
"description": "Fast HTTP microservice for high-level image processing.",
|
|
"keywords": [
|
|
"image",
|
|
"processing",
|
|
"go",
|
|
"microservice",
|
|
"api"
|
|
],
|
|
"repository": "https://github.com/h2non/imaginary",
|
|
"logo": "https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067",
|
|
"success_url": "/",
|
|
"image": "heroku/go",
|
|
"mount_dir": "src/github.com/h2non/imaginary",
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/h2non/heroku-buildpack-imaginary.git"
|
|
}
|
|
]
|
|
}
|