@ethical-jobs/dynamic-env
Version:
Helper scripts and documentation for creating Javascript apps with a dynamically deployed environment.
28 lines (27 loc) • 714 B
JSON
{
"name": "@ethical-jobs/dynamic-env",
"version": "1.0.1",
"description": "Helper scripts and documentation for creating Javascript apps with a dynamically deployed environment.",
"keywords": [
"environment",
"dynamic environment",
"deployment",
"helpers"
],
"homepage": "https://github.com/ethical-jobs/dynamic-env",
"bugs": "https://github.com/ethical-jobs/dynamic-env/issues",
"repository": {
"type": "git",
"url": "https://github.com/ethical-jobs/dynamic-env.git"
},
"author": "Dean Tedesco <dean@ethicaljobs.com.au>",
"license": "MIT",
"bin": {
"env-add": "./bin/env-add.sh",
"env-gen": "./bin/env-gen.sh"
},
"os": [
"darwin",
"linux"
]
}