node-red-contrib-phant
Version:
phant-client node for node-red
20 lines (19 loc) • 465 B
JSON
{
"name": "node-red-contrib-phant",
"version": "0.0.7",
"description": "phant-client node for node-red",
"author": "Valerio Vaccaro <valerio.vaccaro@gmail.com>",
"dependencies": {
"phant-client": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/valerio-vaccaro/node-red-contrib-phant"
},
"keywords": ["node-red", "phant-client", "phant"],
"node-red": {
"nodes": {
"phant": "phant/phant.js"
}
}
}