mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "@node-red/editor-client",
|
|
"version": "1.2.0-alpha.1",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"main": "./lib/index.js"
|
|
}
|