-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 984 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "node-red-contrib-force",
"version": "0.2.3",
"description": "A collection of Node-RED nodes for Salesforce/force.com.",
"dependencies": {
"jsforce": "1.4.0",
"request": "2.88.2",
"salesforce-signed-request": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/joeartsea/node-red-contrib-force"
},
"license": "Apache",
"keywords": [
"node-red",
"force",
"salesforce",
"forcedotcom"
],
"node-red": {
"nodes": {
"forcedotcom": "force.js",
"forcedotcom-bulk": "force-bulk.js",
"forcedotcom-signed-request": "force-signed-request.js",
"chatter": "force-chatter.js"
}
},
"author": {
"name": "Atsushi Kojo",
"email": "[email protected]"
},
"maintainers": [
{
"name": "joeartsea",
"email": "[email protected]"
},
{
"name": "moriuchi"
},
{
"name": "OrisisVN"
},
{
"name": "VNXtreme"
}
]
}