2018-08-04 22:23:06 +01:00
|
|
|
{
|
2018-08-17 22:10:54 +01:00
|
|
|
"name": "@node-red/runtime",
|
2024-10-10 11:05:08 +01:00
|
|
|
"version": "4.0.5",
|
2018-08-17 22:10:54 +01:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 20:31:29 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 11:40:33 +00:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
],
|
2018-08-17 22:10:54 +01:00
|
|
|
"dependencies": {
|
2024-10-10 11:05:08 +01:00
|
|
|
"@node-red/registry": "4.0.5",
|
|
|
|
"@node-red/util": "4.0.5",
|
2024-05-30 16:43:33 +01:00
|
|
|
"async-mutex": "0.5.0",
|
2018-08-17 22:10:54 +01:00
|
|
|
"clone": "2.1.2",
|
2024-10-09 10:25:35 +01:00
|
|
|
"express": "4.21.1",
|
2024-05-30 16:43:33 +01:00
|
|
|
"fs-extra": "11.2.0",
|
2024-05-03 16:45:50 +01:00
|
|
|
"json-stringify-safe": "5.0.1",
|
|
|
|
"rfdc": "^1.3.1"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|