{
    "name"         : "node-red-contrib-multipart-stream-encoder",
    "version"      : "0.0.2",
    "description"  : "Node Red node for encoding multipart streams over http",
    "dependencies": {
    },
    "author": {
        "name": "Bart Butenaers"
    },
    "license": "Apache-2.0",
    "keywords": [ "node-red", "multipart", "http", "stream", "mjpeg", "camera", "video", "encode" ],
    "bugs": {
        "url": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-encoder/issues"
    },
    "homepage": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-encoder",
    "repository": {
        "type": "git",
        "url": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-encoder.git"
    },
    "node-red"     : {
        "nodes": {
            "multipart-encoder": "multipart_encoder.js"
        }
    }
}
