forked from andreabadesso/node-red-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 698 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name" : "node-red-contrib-postgres",
"version" : "0.5.1",
"description" : "A Node-RED node to query PostgreSql",
"dependencies" : {
"pg" : "~6.1.5",
"node-postgres-named" : "~2.4.1",
"querystring" : "~0.2.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/krisdaniels/node-red-contrib/tree/master/node-red-contrib-postgres"
},
"license": "Apache",
"keywords": [ "node-red", "postgres", "postgresql" ],
"node-red" : {
"nodes" : {
"PostgreSql": "postgres.js"
}
},
"author": {
"name": "Kris Daniels",
"email": "krisdaniels@gmail.com"
}
}