mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
16 lines
393 B
JSON
16 lines
393 B
JSON
{
|
|
"name": "Unleash",
|
|
"description": "A default setup of Unleash",
|
|
"repository": "https://github.com/heroku/node-js-sample",
|
|
"logo": "https://github.com/Unleash/unleash/blob/master/docs/assets/logo.png?raw=true",
|
|
"keywords": ["node", "feature toggles", "release"],
|
|
"addons": [
|
|
{
|
|
"plan": "heroku-postgresql",
|
|
"options": {
|
|
"version": "9.5"
|
|
}
|
|
}
|
|
]
|
|
}
|