{
  "name": "fuel-auth",
  "version": "3.3.0",
  "description": "Node library for authenticating REST and SOAP APIs in the Salesforce Marketing Cloud (formerly ExactTarget).",
  "main": "./lib/fuel-auth.js",
  "scripts": {
    "lint": "jshint **/*.js",
    "test": "yarn run lint && mocha ./test/*.js --reporter=spec"
  },
  "engines": {
    "node": ">= 4"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:salesforce-marketingcloud/FuelSDK-Node-Auth.git"
  },
  "license": "BSD-3-Clause",
  "contributors": [
    "Alex Vernacchia <avernacchia@exacttarget.com> (http://babble.byvernacchia.com)",
    "Kelly Andrews <kandrews@exacttarget.com>",
    "Douglas Wilson <doug.wilson@salesforce.com>",
    "Nathan Boyd <nboyd@salesforce.com>",
    "David Brainer-Banker <dbrainer-banker@exacttarget.com>"
  ],
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "jshint": "^2.9.5",
    "mocha": "~5.2.0",
    "nock": "~10.0.0",
    "sinon": "~6.0.1",
    "testen": "^2.2.1"
  },
  "dependencies": {
    "lodash.merge": "^4.6.1",
    "request": "~2.88.0"
  }
}
