forked from salesforce-marketingcloud/FuelSDK-Node-REST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "fuel-rest",
"version": "3.0.3",
"description": "Node library for performing REST API calls to Salesforce Marketing Cloud (formerly ExactTarget).",
"main": "./lib/fuel-rest.js",
"scripts": {
"test": "node ./node_modules/.bin/gulp ci",
"test:watch": "node ./node_modules/.bin/mocha ./test/specs/**/*.js --reporter=spec --watch"
},
"engines": {
"node": ">= 4"
},
"repository": {
"type": "git",
"url": "[email protected]:salesforcefuel/FuelSDK-Node-REST.git"
},
"author": "Alex Vernacchia <[email protected]> (http://babble.byvernacchia.com)",
"license": "BSD-3-Clause",
"contributors": [
"Alex Vernacchia <[email protected]> (http://babble.byvernacchia.com)",
"Nathan Boyd <[email protected]>"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"body-parser": "~1.18.2",
"chai": "~2.1.1",
"gulp": "^3.9.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^5.0.0",
"gulp-workflow": "^1.1.5",
"jshint": "^2.9.5",
"lodash": "~3.10.1",
"mocha": "~2.2.1",
"sinon": "~1.13.0"
},
"dependencies": {
"fuel-auth": "^3.0.2",
"lodash.clone": "~4.5.0",
"lodash.isplainobject": "~4.0.4",
"request": "~2.83.0"
}
}