update app.json

Also fixed our description in package.json
This commit is contained in:
jomo 2015-09-03 00:26:25 +02:00
parent 47a978df6c
commit fe12901f41
2 changed files with 16 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Crafatar",
"description": "A Minecraft Avatar API written in NodeJS",
"description": "A blazing fast API for Minecraft faces!",
"repository": "https://github.com/crafatar/crafatar",
"keywords": [
"node",
@ -10,10 +10,21 @@
],
"website": "https://crafatar.com/",
"env": {
"EPHEMERAL_STORAGE": "true",
"BUILDPACK_URL": "https://github.com/mojodna/heroku-buildpack-multi.git#build-env"
"EPHEMERAL_STORAGE": {
"description": "Set to true if your storage is gone after deploying",
"required": false,
"value": true
}
},
"addons": [
"rediscloud"
],
"buildpacks": [
{
"url": "https://github.com/mojodna/heroku-buildpack-cairo.git"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
]
}
}

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"author": "Jake0oo0",
"description": "A Minecraft avatar service with support for avatars, 1.8 skins, and even 3D renders!",
"description": "A blazing fast API for Minecraft faces!",
"contributors": [
{
"name": "jomo"