forked from chameleonbr/node-red-contrib-soap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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
52
{
"name": "node-red-contrib-soap",
"version": "0.1.0",
"description": "SOAP Client for Node Red",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chameleonbr/node-red-contrib-soap.git"
},
"keywords": [
"soap",
"node-red",
"node"
],
"node-red": {
"nodes": {
"soap": "soap-node.js",
"soap-config": "soap-config.js"
}
},
"author": {
"name": "Andre Alexandre Avila"
},
"contributors": [
{
"name": "Michael Qiu",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chameleonbr/node-red-contrib-soap/issues"
},
"homepage": "https://github.com/chameleonbr/node-red-contrib-soap#readme",
"dependencies": {
"soap": "^0.11.4"
},
"maintainers": [
{
"name": "chameleonbr",
"email": "[email protected]"
},
{
"name": "Michael Qiu",
"email": "[email protected]"
}
]
}