{
  "name": "node-dotenv",
  "version": "1.1.1",
  "description": "nodejs environment variables configurator",
  "main": "./lib/dotEnv.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "env"
  ],
  "author": "Alex Voronyansky <belirafon@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BelirafoN/node-dotenv.git"
  },
  "bugs": {
    "url": "https://github.com/BelirafoN/node-dotenv/issues"
  },
  "homepage": "https://github.com/BelirafoN/node-dotenv#readme"
}
