Initial commit
This commit is contained in:
51
node_modules/node-red-contrib-browser-utils/package.json
generated
vendored
Normal file
51
node_modules/node-red-contrib-browser-utils/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user