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

@@ -1,5 +1,13 @@
{
"name": "@node-red/runtime",
"version": "0.20.0",
"license": "Apache-2.0"
}
"name": "@node-red/runtime",
"version": "0.20.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"dependencies": {
"clone": "2.1.2",
"express": "4.16.3",
"fs-extra": "5.0.0",
"json-stringify-safe": "5.0.1",
"when": "3.7.8"
}
}