mirror of
https://github.com/node-red/node-red
synced 2024-11-22 16:33:24 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@node-red/editor-api",
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@node-red/util": "4.0.2",
|
|
"@node-red/editor-client": "4.0.2",
|
|
"bcryptjs": "2.4.3",
|
|
"body-parser": "1.20.2",
|
|
"clone": "2.1.2",
|
|
"cors": "2.8.5",
|
|
"express-session": "1.18.0",
|
|
"express": "4.19.2",
|
|
"memorystore": "1.6.7",
|
|
"mime": "3.0.0",
|
|
"multer": "1.4.5-lts.1",
|
|
"mustache": "4.2.0",
|
|
"oauth2orize": "1.12.0",
|
|
"passport-http-bearer": "1.0.1",
|
|
"passport-oauth2-client-password": "0.1.2",
|
|
"passport": "0.7.0",
|
|
"ws": "7.5.10"
|
|
},
|
|
"optionalDependencies": {
|
|
"@node-rs/bcrypt": "1.10.4"
|
|
}
|
|
}
|