{
    "name": "node-red-contrib-uk-national-rail",
    "version": "0.1.4",
    "description": "A Node-RED node to provide a list of upcoming train departures.",
    "dependencies": {
        "national-rail-darwin": "^1.0.8"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/dceejay/NatRail"
    },
    "license": "Apache-2.0",
    "keywords": [
        "node-red",
        "rail",
        "train",
        "timetable"
    ],
    "node-red": {
        "nodes": {
            "natrail": "natRail.js",
            "natRail-config": "natRail-config.js"
        }
    },
    "author": {
        "name": "Dave Conway-Jones",
        "email": "ceejay@vnet.ibm.com",
        "url": "http://nodered.org"
    }
}
