{
    "name": "@node-red/runtime",
    "version": "1.2.0-alpha.1",
    "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": "1.2.0-alpha.1",
        "@node-red/util": "1.2.0-alpha.1",
        "async-mutex": "0.2.4",
        "clone": "2.1.2",
        "express": "4.17.1",
        "fs-extra": "8.1.0",
        "json-stringify-safe": "5.0.1",
        "when": "3.7.8"
    }
}