forked from salesforce-marketingcloud/FuelSDK-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 928 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
{
"name": "fuelsdk-node",
"version": "1.1.8",
"description": "Node SDK for performing REST, SOAP, Auth, and js object API calls with Salesforce Marketing Cloud Fuel.",
"main": "./lib/ET_Client.js",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:salesforcefuel/FuelSDK-Node.git"
},
"author": "Drew Simmons <[email protected]>",
"license": "BSD-3-Clause",
"devDependencies": {},
"dependencies": {
"fuel-auth": "^2.0.0",
"fuel-rest": "^2.0.0",
"fuel-soap": "git+https://github.com/ShaunBaker/FuelSDK-Node-SOAP.git"
},
"bugs": {
"url": "https://github.com/salesforcefuel/FuelSDK-Node/issues"
},
"homepage": "https://github.com/salesforcefuel/FuelSDK-Node",
"maintainers": [],
"directories": {},
"keywords": [
"fuel",
"exacttarget",
"salesforce",
"marketing",
"cloud",
"soap",
"rest",
"auth",
"sdk"
]
}