Initial commit

This commit is contained in:
Marcelo
2025-11-20 15:27:34 -06:00
commit cc72c9fc5d
3221 changed files with 737477 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
{
"name": "node-red-contrib-browser-utils",
"version": "0.0.11",
"description": "A collection of Node-RED nodes for browser interaction",
"dependencies": {
"node-red-contrib-play-audio": "^2.5.0",
"body-parser": "^1.20.0"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"microphone",
"camera",
"upload",
"bluemix",
"watson"
],
"repository": {
"type": "git",
"url": "https://github.com/ibm-early-programs/node-red-contrib-browser-utils"
},
"contributors": [
{
"name": "Chris Parsons",
"email": "christopherkparsons@gmail.com"
},
{
"name": "Yacine Rezgui",
"email": "rezgui.y@gmail.com"
},
{
"name": "Gibson Fahnestock",
"email": "gibfahn@gmail.com"
},
{
"name": "Anna Thomas",
"email": "annat21@live.co.uk"
},
{
"name": "Soheel Chughtai",
"email": "soheel_chughtai@uk.ibm.com"
}
],
"node-red": {
"nodes": {
"fileinject": "./fileinject/fileinject.js",
"microphone": "./microphone/microphone.js",
"camera": "./camera/camera.js"
}
}
}