29 lines
657 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",
2024-12-17 17:08:56 +00:00
"version": "4.0.7",
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": {
2024-12-17 17:08:56 +00:00
"@node-red/registry": "4.0.7",
"@node-red/util": "4.0.7",
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-12-10 15:25:23 +00:00
"express": "4.21.2",
2024-05-30 16:43:33 +01:00
"fs-extra": "11.2.0",
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1"
2018-08-17 22:10:54 +01:00
}
}