{
  "name": "env-reader",
  "version": "1.0.0",
  "description": "Streaming environment variable reader",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec test",
    "jshint": "node_modules/.bin/jshint ."
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/digitalsadhu/env-reader.git"
  },
  "keywords": [
    "env",
    "stream",
    "streaming",
    "reader",
    ".env",
    "ENV",
    "process",
    "process.env"
  ],
  "author": "Richard Walker <digitalsadhu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digitalsadhu/env-reader/issues"
  },
  "homepage": "https://github.com/digitalsadhu/env-reader",
  "devDependencies": {
    "chai": "~1.9.1",
    "mocha": "~1.18.2",
    "jshint": "~2.5.0"
  },
  "dependencies": {
    "through": "~2.3.4"
  }
}
