@wickr-sample-integrations/wickrio-hello-world-bot
Version:
Wickr's own Hello World Bot
21 lines (20 loc) • 361 B
JSON
{
"apps": [{
"name": "WickrIO-Hello-World-Bot",
"args": [],
"script": "node hello_world_bot.js",
"exec_interpreter": "none",
"autorestart": false,
"watch": [
"package.json"
],
"ignore_watch": [
".git"
],
"env": {
"tokens": {}
},
"out_file": "log.output",
"error_file": "err.output"
}]
}