pull out editor-client and editor-api

This commit is contained in:
Nick O'Leary
2018-08-17 22:10:54 +01:00
parent 6b79c6135f
commit e57d8ba0ef
287 changed files with 245 additions and 294 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "@node-red/editor",
"version": "0.20.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"dependencies": {
"body-parser": "1.18.3",
"clone": "2.1.2",
"express": "4.16.3",
"mime": "1.4.1",
"mustache": "2.3.1",
"oauth2orize": "1.11.0",
"passport": "0.4.0",
"ws": "1.1.5",
"bcryptjs": "2.4.3",
"cors": "2.8.4",
"express-session": "1.15.6",
"memorystore": "1.6.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"when": "3.7.8"
}
}