mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@node-red/editor-api",
|
|
"version": "1.0.0-beta.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": "1.0.0-beta.2",
|
|
"@node-red/editor-client": "1.0.0-beta.2",
|
|
"bcryptjs": "2.4.3",
|
|
"body-parser": "1.19.0",
|
|
"clone": "2.1.2",
|
|
"cors": "2.8.5",
|
|
"express-session": "1.16.1",
|
|
"express": "4.17.1",
|
|
"memorystore": "1.6.1",
|
|
"mime": "2.4.4",
|
|
"mustache": "3.0.1",
|
|
"oauth2orize": "1.11.0",
|
|
"passport-http-bearer": "1.0.1",
|
|
"passport-oauth2-client-password": "0.1.2",
|
|
"passport": "0.4.0",
|
|
"when": "3.7.8",
|
|
"ws": "6.2.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bcrypt": "3.0.5"
|
|
}
|
|
}
|