2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/runtime",
|
2020-11-02 22:31:27 +01:00
|
|
|
"version": "1.2.3",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 12:40:33 +01:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2020-11-02 22:31:27 +01:00
|
|
|
"@node-red/registry": "1.2.3",
|
|
|
|
"@node-red/util": "1.2.3",
|
2020-08-07 22:44:52 +02:00
|
|
|
"async-mutex": "0.2.4",
|
2018-08-17 23:10:54 +02:00
|
|
|
"clone": "2.1.2",
|
2019-06-21 14:25:09 +02:00
|
|
|
"express": "4.17.1",
|
2019-07-05 12:12:26 +02:00
|
|
|
"fs-extra": "8.1.0",
|
2018-08-17 23:10:54 +02:00
|
|
|
"json-stringify-safe": "5.0.1",
|
|
|
|
"when": "3.7.8"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|