-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"name": "node-red-contrib-leanix-watson",
"version": "1.0.3",
"description": "A set of LeaniX nodes for Node-red interacting with Watson.",
"dependencies": {
"request-promise": "4.2.x"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rice0/WatsonSysArchChatbot.git"
},
"keywords": ["node-red", "leanix", "watson"],
"author": {
"name": "Eric Fernandez",
"email": "[email protected]"
},
"maintainers": {
"name": "Eric Fernandez",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Rice0/WatsonSysArchChatbot/issues"
},
"node-red": {
"nodes": {
"leanix-factsheet": "leanix-factsheet/leanix-factsheet.js",
"leanix-graphql": "leanix-graphql/leanix-graphql.js",
"leanix-test": "leanix-test/leanix-test.js"
}
},
"homepage": "https://github.com/Rice0/WatsonSysArchChatbot#readme"
}