forked from jeffdonthemic/node-red-contrib-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 772 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 772 Bytes
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
{
"name": "node-red-contrib-salesforce",
"version": "0.0.5",
"description": "A set of Node-RED nodes to interact with Salesforce and Force.com.",
"author": {
"name": "Jeff Douglas",
"url": "http://blog.jeffdouglas.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jeffdonthemic/node-red-contrib-salesforce.git"
},
"keywords": [
"node-red",
"salesforce",
"forcedotcom"
],
"node-red": {
"nodes": {
"soql": "soql.js",
"sosl": "sosl.js",
"dml": "dml.js",
"streaming": "streaming.js",
"obm": "obm.js",
"connection-config": "connection-config.js"
}
},
"license": "MIT",
"dependencies": {
"lodash": "^3.10.0",
"nforce": "^1.2.0",
"xml2js": "^0.4.9"
}
}