-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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"
}
}
}