30 lines
623 B
JSON
30 lines
623 B
JSON
{
|
|
"name": "node-red-contrib-postgres-listen",
|
|
"version": "0.3.0",
|
|
"description": "A Node-RED node to listen to pg_notify",
|
|
"dependencies": {
|
|
"pg": "^8.3.0",
|
|
"node-red-contrib-re-postgres": "~0.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arkancrow/node-red-contrib-postgres-listen"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"postgres",
|
|
"postgresql",
|
|
"pg_notify"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"PostgreSQLListen": "pglisten.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Vincent Schoonenburg",
|
|
"email": "arkancrow@gmail.com"
|
|
}
|
|
}
|