forked from salesforce-marketingcloud/FuelSDK-Node-SOAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 910 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
{
"name": "fuel-soap",
"version": "1.1.2",
"description": "Node Library for performing SOAP API calls with ExactTarget Fuel.",
"main": "./lib/fuel-soap.js",
"scripts": {
"test": "grunt jshint && ./node_modules/mocha/bin/mocha --reporter=spec test/specs/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:ExactTarget/Fuel-Node-SOAP.git"
},
"author": "Aydrian J. Howard <[email protected]>",
"contributors": [
"Kelly Andrews <[email protected]>"
],
"license": "BSD-3-Clause",
"devDependencies": {
"body-parser": "~1.4.3",
"chai": "~1.9.1",
"grunt": "~0.4.5",
"grunt-bump": "~0.0.14",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"mocha": "~1.20.1",
"sinon": "~1.10.2"
},
"dependencies": {
"xml2js": "~0.4.4",
"lodash": "~2.4.1",
"request": "~2.36.0",
"fuel-auth": "~0.5.0"
}
}