{
    "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"
    }
}