node-red-nodes/storage/tail/package.json
2023-11-28 17:56:07 +00:00

29 lines
637 B
JSON

{
"name": "node-red-node-tail",
"version": "0.4.1",
"description": "A node to tail files for Node-RED",
"dependencies": {
"tail": "^2.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/storage/tail"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"tail"
],
"node-red": {
"nodes": {
"tail": "28-tail.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}