{
    "name": "@node-red/runtime",
    "version": "0.20.0-alpha.0",
    "license": "Apache-2.0",
    "main": "./lib/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red.git"
    },
    "contributors": [
        { "name": "Nick O'Leary" },
        { "name": "Dave Conway-Jones"}
    ],
    "dependencies": {
        "@node-red/registry": "*",
        "@node-red/util": "*",
        "clone": "2.1.2",
        "express": "4.16.3",
        "fs-extra": "5.0.0",
        "json-stringify-safe": "5.0.1",
        "when": "3.7.8"
    }
}