node-red-contrib-mssql
Version:
Node for node-red to connect to a Microsoft MS SQL Database
40 lines (39 loc) • 908 B
JSON
{
"name": "node-red-contrib-mssql",
"version": "0.0.7",
"description": "Node for node-red to connect to a Microsoft MS SQL Database",
"main": "odbc.js",
"dependencies": {
"mssql": ">=3.0.1 <4.0.0",
"mustache": "latest"
},
"node-red": {
"nodes": {
"mssql": "mssql.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm version patch && git push --tags",
"postrelease": "npm publish . && git push"
},
"repository": {
"type": "git",
"url": "https://github.com/redconnect-io/node-red-contrib-mssql"
},
"keywords": [
"node-red",
"odbc",
"unixodbc",
"mssql",
"sql",
"Microsoft",
"database"
],
"author": "Redconnect.io",
"license": "MIT",
"homepage": "http://www.redconnect.io",
"bugs": {
"url": "https://github.com/redconnect-io/node-red-contrib-mssql/issues"
}
}