mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
29 lines
646 B
JSON
29 lines
646 B
JSON
{
|
|
"name": "node-red-node-irc",
|
|
"version": "0.1.0",
|
|
"description": "A Node-RED node to talk to an IRC server",
|
|
"dependencies": {
|
|
"irc": "^0.5.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/irc"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"irc"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"irc": "91-irc.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|