2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/runtime",
|
2023-05-25 19:10:01 +02:00
|
|
|
"version": "3.1.0-beta.3",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 12:40:33 +01:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2023-05-25 19:10:01 +02:00
|
|
|
"@node-red/registry": "3.1.0-beta.3",
|
|
|
|
"@node-red/util": "3.1.0-beta.3",
|
2022-12-03 23:43:03 +01:00
|
|
|
"async-mutex": "0.4.0",
|
2018-08-17 23:10:54 +02:00
|
|
|
"clone": "2.1.2",
|
2022-12-03 23:43:03 +01:00
|
|
|
"express": "4.18.2",
|
2023-04-28 22:37:03 +02:00
|
|
|
"fs-extra": "11.1.1",
|
2020-11-30 15:38:48 +01:00
|
|
|
"json-stringify-safe": "5.0.1"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|