heroku-debug
Version:
debugging plugin for the CLI
20 lines (19 loc) • 526 B
JSON
{
"name": "npm-register",
"description": "Your own private npm registry and backup server",
"logo": "http://node-js-sample.herokuapp.com/node.svg",
"repository": "https://github.com/dickeyxxx/npm-register",
"keywords": ["node", "npm"],
"env": {
"NPM_REGISTER_STORAGE": "s3",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_S3_BUCKET": "",
"CACHE_PACKAGE_TTL": "60",
"NODE_ENV": "production",
"UPLINK": "https://registry.npmjs.org"
},
"addons": [
"heroku-redis"
]
}