-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.13 KB
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
{
"name": "node-red-contrib-ale-rainbow",
"version": "1.82.7",
"description": "Alcatel-Lucent Enterprise Rainbow Nodes for Node Red",
"scripts": {
"startnodered": "node-red -v %NODE_DEBUG_OPTION% "
},
"dependencies": {
"adaptive-expressions": "^4.20.0",
"adaptivecards-templating": "^2.3.1",
"colors": "^1.4.0",
"moment-timezone": "^0.5.43",
"rainbow-node-sdk": "2.25.2-lts.5",
"safe-stable-stringify": "^2.4.3"
},
"keywords": [
"node-red",
"rainbow",
"cloud",
"IoT",
"IM",
"chat",
"presence"
],
"author": "Alcatel-Lucent Enterprise",
"license": "MIT",
"homepage": "https://github.com/Rainbow-CPaaS/node-red-contrib-ale-rainbow",
"node-red": {
"nodes": {
"ale-rainbow": "ale-rainbow/ale-rainbow.js",
"ale-rainbow-function": "ale-rainbow/ale-rainbow-function.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Rainbow-CPaaS/node-red-contrib-ale-rainbow.git"
},
"maintainers": [
{
"name": "Vincent Berder",
"email": "vincent.berder@al-enterprise.com",
"web": "https://hub.openrainbow.com"
}
]
}