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
31 lines (31 loc) · 653 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 653 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
26
27
28
29
30
31
{
"name": "node-red-contrib-postgres",
"version": "0.6.2",
"description": "A Node-RED node to query PostgreSql",
"dependencies": {
"pg": "^6.3.0",
"node-postgres-named": "^2.4.0",
"querystring": "^0.2.0",
"knex": "^0.14.4",
"pg-connection-string": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MK-2001/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"
}
}