mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Tail node as separate node package - adds windows support
This commit is contained in:
27
storage/tail/package.json
Normal file
27
storage/tail/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "node-red-node-tail",
|
||||
"version": "0.0.1",
|
||||
"description": "A node to tail files for Node-RED",
|
||||
"dependencies": {
|
||||
"tail": "^2.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user