node-red-nodes/storage/mysql/package.json

29 lines
673 B
JSON
Raw Normal View History

{
"name": "node-red-node-mysql",
2021-10-27 14:50:15 +02:00
"version": "0.3.0",
"description": "A Node-RED node to read and write to a MySQL database",
"dependencies": {
2020-03-01 18:06:22 +01:00
"mysql": "^2.18.1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/mysql"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"mysql"
],
"node-red": {
"nodes": {
"mysql": "68-mysql.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}