UNPKG

node-red-contrib-hangouts

Version:
34 lines (33 loc) 704 B
{ "name" : "node-red-contrib-hangouts", "version" : "0.3.1", "description" : "Node-RED node to connect to google hangouts", "dependencies": { "hangupsjs": "^1.3.3", "tough-cookie": "^2.2.1", "q": "^1.4.1" }, "engines": { "node": ">=5.0.0" }, "repository" : { "type" : "git" , "url" : "https://github.com/mapero/node-red-contrib-hangouts.git" }, "license": "MIT", "keywords": [ "node-red", "hangouts", "hangups", "chat", "hangout"], "node-red" : { "nodes": { "hangouts": "hangouts.js" } }, "author": { "name": "Jochen Scheib", "email": "mail@jochen-scheib.de", "url": "www.jochen-scheib.de" }, "contributors": [ "Tommy Jonsson (https://github.com/quazzie)" ] }