mirror of
/repos/node-red-data.git
synced 2026-02-26 17:32:04 +01:00
new flows added
This commit is contained in:
686
flows_pi43.aiko.sh.json
Normal file
686
flows_pi43.aiko.sh.json
Normal file
File diff suppressed because one or more lines are too long
3
flows_pi43.aiko.sh_cred.json
Normal file
3
flows_pi43.aiko.sh_cred.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"7b9bfb4b.846404": {}
|
||||||
|
}
|
||||||
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "red",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "quick red install",
|
||||||
|
"author": "Aiko Mastboom",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": "^4.14.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -129,6 +129,7 @@ module.exports = {
|
|||||||
// context.global.os
|
// context.global.os
|
||||||
|
|
||||||
functionGlobalContext: {
|
functionGlobalContext: {
|
||||||
|
lodash: require('lodash')
|
||||||
// os:require('os'),
|
// os:require('os'),
|
||||||
// bonescript:require('bonescript'),
|
// bonescript:require('bonescript'),
|
||||||
// jfive:require("johnny-five"),
|
// jfive:require("johnny-five"),
|
||||||
|
|||||||
Reference in New Issue
Block a user