pm2-env
Version:
show process environment variables
26 lines (25 loc) • 472 B
JSON
{
"name": "pm2-env",
"version": "1.0.4",
"description": "show process environment variables",
"main": "index.js",
"bin": {
"pm2-env": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"environ",
"pm2"
],
"repository": {
"type": "git",
"url": "git@github.com:underway2014/pm2-env.git"
},
"author": "binli",
"license": "ISC",
"dependencies": {
"shelljs": "^0.8.4"
}
}