UNPKG

env-writer

Version:
39 lines (38 loc) 837 B
{ "name": "env-writer", "version": "2.0.0", "description": "Streaming process.env writer", "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-writer.git" }, "keywords": [ "env", "streaming", "writer", "stream", ".env", "ENV", "process", "process.env" ], "author": "Richard Walker <digitalsadhu@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/digitalsadhu/env-writer/issues" }, "homepage": "https://github.com/digitalsadhu/env-writer", "dependencies": { "through": "~2.3.4" }, "devDependencies": { "chai": "~1.9.1", "mocha": "~1.18.2", "jshint": "~2.5.0" } }