forked from efa2000/node-red-contrib-odbc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 825 Bytes
/
package.json
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
32
33
34
35
36
37
{
"name": "node-red-contrib-odbc",
"version": "1.0.0",
"description": "Node for node-red to unixODBC and its supported drivers. (MS SQL, PostgreSQL, ...)",
"main": "odbc.js",
"dependencies": {
"odbc": "latest",
"mustache": "latest"
},
"node-red": {
"nodes": {
"odbc": "odbc.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rcronin/node-red-contrib-odbc2.git"
},
"keywords": [
"node-red",
"odbc",
"unixodbc",
"mssql",
"mysql",
"sql",
"PostgreSQL"
],
"author": "rcronin",
"license": "ISC",
"bugs": {
"url": "https://github.com/rcronin/node-red-contrib-odbc2/issues"
},
"homepage": "https://github.com/rcronin/node-red-contrib-odbc2"
}