node-red-contrib-postgres-l.../package.json

29 lines
619 B
JSON

{
"name": "node-red-contrib-postgres-listen",
"version": "0.1.0",
"description": "A Node-RED node to listen to pg_notify",
"dependencies": {
"pg": "~7.4.1",
"node-red-contrib-postgres": "~0.6.1"
},
"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"
}
}