UNPKG

shell-source

Version:

Source environment variables from a shell script into a Node.js process.

32 lines (31 loc) 736 B
{ "name": "shell-source", "version": "1.1.0", "description": "Source environment variables from a shell script into a Node.js process.", "keywords": [ "source", "shell", "script", "environment", "variables", "configuration", "node", "unix", "posix" ], "dependencies": { "concat-stream": "^1.4.7", "xtend": "^4.0.0" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.2", "tape": "^3.0.3" }, "scripts": { "test": "node test", "travis": "istanbul cover test/index.js --report lcovonly && cat coverage/lcov.info | coveralls" }, "repository": "https://github.com/jessetane/shell-source", "author": "Jesse Tane <jesse.tane@gmail.com>" }