mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "@node-red/editor-client",
|
|
"version": "4.0.0-beta.2",
|
|
"license": "Apache-2.0",
|
|
"main": "./index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"dompurify": "2.4.1",
|
|
"marked": "4.3.0",
|
|
"mermaid": "^10.4.0"
|
|
}
|
|
}
|