blob: 6dccc977da5812bd409e17e0f500ecf3aad7edf5 [file] [log] [blame]
{
"value": {
"name" : "nodejs-helloworld-with-params",
"main" : "main",
"binary": false,
"code" : "function main(params) {return {payload: 'Hello ' + params.name + ' from ' + params.place + '!'};}"
}
}