Create package.json
This commit is contained in:
35
nodered/package.json
Normal file
35
nodered/package.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user