{
    "name"         : "node-red-contrib-nefit-easy",
    "version"      : "1.1.2",
    "description"  : "Nefit Easy node for Node RED",
    "author"       : "Pepijn Goossens <pepijn@pepijn.com>",
    "license"      : "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pepijng/node-red-contrib-nefit-easy.git"
    },
    "bugs": {
        "url": "https://github.com/pepijng/node-red-contrib-nefit-easy/issues"
    },
    "homepage": "https://github.com/pepijng/node-red-contrib-nefit-easy#readme",
    "dependencies": {
        "bluebird": "^3.1.1",
        "nefit-easy-commands": "^1.0.5"
    },
    "keywords": [ "node-red","nefit","easy" ],
    "node-red"     : {
        "nodes": {
            "nefit-easy": "nefit-easy.js"
        }
    }
}