{
  "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"
  ]
}
