2018-08-17 23:10:54 +02:00
|
|
|
{
|
2018-10-23 06:21:59 +02:00
|
|
|
"name": "@node-red/editor-api",
|
2022-06-29 22:04:28 +02:00
|
|
|
"version": "3.0.0-beta.4",
|
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": {
|
2022-06-29 22:04:28 +02:00
|
|
|
"@node-red/util": "3.0.0-beta.4",
|
|
|
|
"@node-red/editor-client": "3.0.0-beta.4",
|
2018-08-30 13:56:31 +02:00
|
|
|
"bcryptjs": "2.4.3",
|
2022-04-28 12:04:06 +02:00
|
|
|
"body-parser": "1.20.0",
|
2018-08-17 23:10:54 +02:00
|
|
|
"clone": "2.1.2",
|
2018-12-07 15:13:59 +01:00
|
|
|
"cors": "2.8.5",
|
2022-05-16 12:10:31 +02:00
|
|
|
"express-session": "1.17.3",
|
2022-05-03 10:48:13 +02:00
|
|
|
"express": "4.18.1",
|
2022-02-15 14:36:05 +01:00
|
|
|
"memorystore": "1.6.7",
|
2022-01-26 13:20:45 +01:00
|
|
|
"mime": "3.0.0",
|
2022-06-16 16:39:42 +02:00
|
|
|
"multer": "1.4.5-lts.1",
|
2021-04-06 19:31:02 +02:00
|
|
|
"mustache": "4.2.0",
|
2021-12-01 17:06:03 +01:00
|
|
|
"oauth2orize": "1.11.1",
|
2018-08-17 23:10:54 +02:00
|
|
|
"passport-http-bearer": "1.0.1",
|
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2022-01-13 11:19:56 +01:00
|
|
|
"passport": "0.5.2",
|
2022-01-26 13:20:45 +01:00
|
|
|
"ws": "7.5.6"
|
2019-03-20 18:01:58 +01:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2021-04-19 14:21:12 +02:00
|
|
|
"bcrypt": "5.0.1"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|