UNPKG

node-red-contrib-oscar-cowsay

Version:

The OSCAR Cowsay Service node shows the basic functionality for invoking the OSCAR service synchronously.

33 lines (32 loc) 789 B
{ "name": "node-red-contrib-oscar-cowsay", "version": "0.0.1", "description": "The OSCAR Cowsay Service node shows the basic functionality for invoking the OSCAR service synchronously.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ai4os/ai4-compose.git" }, "keywords": [ "node-red", "OSCAR", "cowsay", "GRyCAP", "UPV", "AI4EOSC" ], "author": "GRyCAP - UPV", "license": "ISC", "bugs": { "url": "https://github.com/ai4os/ai4-compose/issues" }, "homepage": "https://github.com/ai4os/ai4-compose/tree/main/node-red/modules", "node-red": { "nodes": { "oscar-cowsay-node": "oscar_cowsay.js" } } }