mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "node-red",
|
|
"version": "3.1.0-beta.1",
|
|
"description": "Low-code programming for event-driven applications",
|
|
"homepage": "http://nodered.org",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"main": "lib/red.js",
|
|
"scripts": {
|
|
"start": "node red.js"
|
|
},
|
|
"bin": {
|
|
"node-red": "./red.js",
|
|
"node-red-pi": "bin/node-red-pi"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"editor",
|
|
"messaging",
|
|
"iot",
|
|
"flow"
|
|
],
|
|
"dependencies": {
|
|
"@node-red/editor-api": "3.1.0-beta.1",
|
|
"@node-red/runtime": "3.1.0-beta.1",
|
|
"@node-red/util": "3.1.0-beta.1",
|
|
"@node-red/nodes": "3.1.0-beta.1",
|
|
"basic-auth": "2.0.1",
|
|
"bcryptjs": "2.4.3",
|
|
"express": "4.18.2",
|
|
"fs-extra": "10.1.0",
|
|
"node-red-admin": "^3.0.0",
|
|
"nopt": "5.0.0",
|
|
"semver": "7.3.8"
|
|
},
|
|
"optionalDependencies": {
|
|
"bcrypt": "5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|