2018-08-04 22:23:06 +01:00
|
|
|
{
|
2018-08-17 22:10:54 +01:00
|
|
|
"name": "@node-red/runtime",
|
2021-05-18 11:52:49 +01:00
|
|
|
"version": "1.3.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": {
|
2021-05-18 11:52:49 +01:00
|
|
|
"@node-red/registry": "1.3.5",
|
|
|
|
"@node-red/util": "1.3.5",
|
2021-04-06 18:31:02 +01:00
|
|
|
"async-mutex": "0.3.1",
|
2018-08-17 22:10:54 +01:00
|
|
|
"clone": "2.1.2",
|
2019-06-21 13:25:09 +01:00
|
|
|
"express": "4.17.1",
|
2019-07-05 11:12:26 +01:00
|
|
|
"fs-extra": "8.1.0",
|
2020-11-30 14:38:48 +00:00
|
|
|
"json-stringify-safe": "5.0.1"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|