1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

28 lines
652 B
JSON
Raw Normal View History

2018-08-04 22:23:06 +01:00
{
2018-08-17 22:10:54 +01:00
"name": "@node-red/runtime",
2023-07-26 17:09:29 +01:00
"version": "3.1.0-beta.4",
2018-08-17 22:10:54 +01:00
"license": "Apache-2.0",
"main": "./lib/index.js",
"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-17 22:10:54 +01:00
"dependencies": {
2023-07-26 17:09:29 +01:00
"@node-red/registry": "3.1.0-beta.4",
"@node-red/util": "3.1.0-beta.4",
2022-12-03 22:43:03 +00:00
"async-mutex": "0.4.0",
2018-08-17 22:10:54 +01:00
"clone": "2.1.2",
2022-12-03 22:43:03 +00:00
"express": "4.18.2",
2023-04-28 21:37:03 +01:00
"fs-extra": "11.1.1",
2020-11-30 14:38:48 +00:00
"json-stringify-safe": "5.0.1"
2018-08-17 22:10:54 +01:00
}
}