mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"name": "Crafatar",
|
|
"description": "A Minecraft Avatar API written in NodeJS",
|
|
"repository": "https://github.com/Jake0oo0/crafatar",
|
|
"keywords": [
|
|
"node",
|
|
"minecraft",
|
|
"avatar",
|
|
"redis"
|
|
],
|
|
"website": "https://crafatar.com/",
|
|
"env": {
|
|
"HEROKU": "true",
|
|
"BUILDPACK_URL": "https://github.com/mojodna/heroku-buildpack-multi.git#build-env"
|
|
},
|
|
"addons": [
|
|
"rediscloud"
|
|
]
|
|
}
|