-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 957 Bytes
/
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
{
"name": "node-red-contrib-web-components",
"version": "0.6.0",
"description": "Expose useful functionality to Node-RED developers through the magic of Web Components",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanmtracey/node-red-web-components.git"
},
"keywords": [
"Node-RED",
"getUserMedia",
"chatbot",
"multipart",
"IBM"
],
"author": "Sean M. Tracey",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanmtracey/node-red-web-components/issues"
},
"homepage": "https://github.com/seanmtracey/node-red-web-components#readme",
"dependencies": {
"body-parser": "^1.18.3",
"debug": "^3.1.0",
"dotenv": "^5.0.1",
"uuid": "^3.3.2"
},
"node-red": {
"nodes": {
"component-camera": "component-camera.js",
"component-chatbot": "component-chatbot.js"
}
}
}