Create package.json

This commit is contained in:
Joshua Schnabel
2020-04-28 23:24:34 +02:00
committed by GitHub
parent aaa2a33bf3
commit 00bd370bfc

35
nodered/package.json Normal file
View 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"
}
}