crushlovely/envbang-node

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "envbang-node",
  "version": "0.0.1",
  "description": "Ensure that you have the correct environment variables available.",
  "main": "lib/envbang.js",
  "directories": {
    "test": "spec"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- spec/*.js spec/**/*.js --require chai --reporter spec --ui bdd --colors"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/crushlovely/envbang-node.git"
  },
  "keywords": [
    "configuration",
    "dotenv",
    "env",
    ".env",
    "environment",
    "variables",
    "config"
  ],
  "author": "pjkelly",
  "license": "BSD",
  "dependencies": {
    "underscore": ""
  },
  "devDependencies": {
    "istanbul": "*",
    "chai": "*",
    "mocha": "*",
    "codeclimate-test-reporter": "*"
  },
  "bugs": {
    "url": "https://github.com/crushlovely/envbang-node/issues"
  },
  "homepage": "https://github.com/crushlovely/envbang-node"
}