36 lines
825 B
JSON
36 lines
825 B
JSON
{
|
|
"name": "node-red-docker",
|
|
"version": "1.0.6",
|
|
"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-docker.git"
|
|
},
|
|
"main": "node_modules/node-red/red/red.js",
|
|
"scripts": {
|
|
"start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
},
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "James Thomas"
|
|
},
|
|
{
|
|
"name": "Raymond Mouthaan"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"node-red": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|