eb-fix-npm
Version:
Fixes npm in Elastic Beanstalk environments.
32 lines (31 loc) • 735 B
JSON
{
"name": "eb-fix-npm",
"version": "1.2.6",
"description": "Fixes npm in Elastic Beanstalk environments.",
"scripts": {
"install": "install-files source",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/eb-fix-npm.git"
},
"keywords": [
"eb",
"elastic",
"beanstalk",
"node",
"npm",
"ebextensions",
"ebextension"
],
"author": "Jeff Wear <jeff@mixmax.com> (https://mixmax.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/eb-fix-npm/issues"
},
"homepage": "https://github.com/mixmaxhq/eb-fix-npm#readme",
"dependencies": {
"install-files": "^1.1.5"
}
}