node-red/packages/node_modules/@node-red/runtime/package.json

28 lines
631 B
JSON
Raw Normal View History

2018-08-04 21:23:06 +00:00
{
2018-08-17 21:10:54 +00:00
"name": "@node-red/runtime",
2022-07-22 08:50:37 +00:00
"version": "3.0.1",
2018-08-17 21:10:54 +00: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 21:10:54 +00:00
"dependencies": {
2022-07-22 08:50:37 +00:00
"@node-red/registry": "3.0.1",
"@node-red/util": "3.0.1",
2021-09-02 08:00:54 +00:00
"async-mutex": "0.3.2",
2018-08-17 21:10:54 +00:00
"clone": "2.1.2",
2022-05-03 08:48:13 +00:00
"express": "4.18.1",
2022-04-28 10:04:06 +00:00
"fs-extra": "10.1.0",
2020-11-30 14:38:48 +00:00
"json-stringify-safe": "5.0.1"
2018-08-17 21:10:54 +00:00
}
}