1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

42 lines
1.0 KiB
JSON
Raw Normal View History

2018-08-17 22:10:54 +01:00
{
2018-10-23 13:21:59 +09:00
"name": "@node-red/editor-api",
2021-02-03 18:04:37 +00:00
"version": "1.2.9",
2018-08-17 22:10:54 +01: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 22:10:54 +01:00
"dependencies": {
2021-02-03 18:04:37 +00:00
"@node-red/util": "1.2.9",
"@node-red/editor-client": "1.2.9",
"bcryptjs": "2.4.3",
2019-04-29 08:42:37 +01:00
"body-parser": "1.19.0",
2018-08-17 22:10:54 +01:00
"clone": "2.1.2",
2018-12-07 14:13:59 +00:00
"cors": "2.8.5",
2020-06-03 21:26:31 +01:00
"express-session": "1.17.1",
2019-06-21 13:25:09 +01:00
"express": "4.17.1",
2020-11-02 21:31:27 +00:00
"memorystore": "1.6.4",
2021-01-06 11:41:17 +00:00
"mime": "2.4.7",
"multer": "1.4.2",
2021-01-06 11:41:17 +00:00
"mustache": "4.1.0",
2018-08-17 22:10:54 +01:00
"oauth2orize": "1.11.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2020-02-26 11:37:37 +00:00
"passport": "0.4.1",
"when": "3.7.8",
2019-03-28 14:46:16 +00:00
"ws": "6.2.1"
2019-03-20 17:01:58 +00:00
},
"optionalDependencies": {
2019-07-05 11:12:26 +01:00
"bcrypt": "3.0.6"
2018-08-17 22:10:54 +01:00
}
}