mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updates to package.json
This commit is contained in:
parent
6f8adc9f14
commit
9c939d1a58
@ -6,7 +6,7 @@
|
|||||||
"start": "node red.js"
|
"start": "node red.js"
|
||||||
},
|
},
|
||||||
"main": "lib/server.js",
|
"main": "lib/server.js",
|
||||||
"author": "Nicholas O'Leary",
|
"author": "Nick O'Leary",
|
||||||
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
||||||
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
||||||
"license": "Apache",
|
"license": "Apache",
|
||||||
@ -17,5 +17,6 @@
|
|||||||
"mustache": "*",
|
"mustache": "*",
|
||||||
"cron":"*"
|
"cron":"*"
|
||||||
},
|
},
|
||||||
"engines": { "node": ">=0.8" }
|
"engines": { "node": ">=0.8" },
|
||||||
|
"repository": {"type":"git","url":"https://github.com/node-red/node-red.git"}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user