mirror of
/repos/node-red-data.git
synced 2025-12-30 08:01:32 +01:00
new flows added
This commit is contained in:
parent
91a389434d
commit
94434b5ee4
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
|
||||
|
||||
functionGlobalContext: {
|
||||
lodash: require('lodash')
|
||||
// os:require('os'),
|
||||
// bonescript:require('bonescript'),
|
||||
// jfive:require("johnny-five"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user