heroku-node-settings
Version:
Helps you prevent your Heroku Dyno from killing your Node app because of high memory consumption.
27 lines (26 loc) • 684 B
JSON
{
"name": "heroku-node-settings",
"version": "1.1.0",
"description": "Helps you prevent your Heroku Dyno from killing your Node app because of high memory consumption.",
"main": "index.js",
"bin": {
"heroku-node-settings": "heroku-node-settings.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damianmr/heroku-node-settings.git"
},
"keywords": [
"heroku",
"node",
"dyno",
"memory",
"settings"
],
"author": "Damian Mendez Romera",
"license": "MIT",
"bugs": {
"url": "https://github.com/damianmr/heroku-node-settings/issues"
},
"homepage": "https://github.com/damianmr/heroku-node-settings#readme"
}