Files
2025-11-20 15:27:34 -06:00

52 lines
1.1 KiB
JSON

{
"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"
}
}
}