1
0
mirror of /repos/node-red-data.git synced 2025-12-30 08:01:32 +01:00

new flows added

This commit is contained in:
Aiko Mastboom 2016-08-02 22:29:14 +02:00
parent 91a389434d
commit 94434b5ee4
4 changed files with 700 additions and 0 deletions

686
flows_pi43.aiko.sh.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
{
"7b9bfb4b.846404": {}
}

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

View File

@ -129,6 +129,7 @@ module.exports = {
// context.global.os
functionGlobalContext: {
lodash: require('lodash')
// os:require('os'),
// bonescript:require('bonescript'),
// jfive:require("johnny-five"),