run-mode
Version:
Simple utility functions for reading the Node.js NODE_ENV.
25 lines (24 loc) • 618 B
JSON
{
"name": "run-mode",
"version": "1.0.3",
"description": "Simple utility functions for reading the Node.js NODE_ENV.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisbartley/node-run-mode.git"
},
"keywords": [
"node_env",
"environment",
"env"
],
"author": "Chris Bartley <bartley@cmu.edu>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/chrisbartley/node-run-mode/issues"
},
"homepage": "https://github.com/chrisbartley/node-run-mode"
}