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

29 lines
639 B
JSON

{
"name": "node-red-node-tail",
"version": "0.4.0",
"description": "A node to tail files for Node-RED",
"dependencies": {
"tail": "^2.2.4"
},
"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": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}