envful 0.5.6

A tool to verify the presence of environment variables before running a process
Documentation
{
  "name": "envful",
  "version": "0.5.6",
  "description": "A tool to verify the presence of environment variables before running a process",
  "files": [
    "npm/**/*"
  ],
  "bin": {
    "envful": "./npm/run.js"
  },
  "scripts": {
    "postinstall": "node npm/install.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arvindell/envful.git"
  },
  "keywords": [],
  "author": "Alex Vilchis <alex@quentli.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arvindell/envful/issues"
  },
  "homepage": "https://github.com/arvindell/envful#readme",
  "dependencies": {
    "binary-install": "^0.1.1"
  }
}