mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"name": "@node-red/runtime",
|
|
"version": "3.0.2",
|
|
"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": "3.0.2",
|
|
"@node-red/util": "3.0.2",
|
|
"async-mutex": "0.3.2",
|
|
"clone": "2.1.2",
|
|
"express": "4.18.1",
|
|
"fs-extra": "10.1.0",
|
|
"json-stringify-safe": "5.0.1"
|
|
}
|
|
}
|