{
  "name": "@leisurelink/trusted-endpoint",
  "version": "6.0.0",
  "description": "Nodejs utility classes for participating in LeisureLink's federated security as a trusted endpoint.",
  "main": "build/index.js",
  "scripts": {
    "lint": "esw --quiet",
    "prepublish": "npm run build",
    "build": "babel lib -d build -s inline",
    "test": "mocha test --recursive --compilers js:babel-core/register",
    "test:watch": "mocha test -w",
    "ci": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://github.com/LeisureLink/trusted-endpoint.git"
  },
  "author": "Phillip Clark <phillip@flitbit.com>",
  "dependencies": {
    "@leisurelink/auth-context": "^3.0.0",
    "@leisurelink/authentic-client": "^2.0.0",
    "@leisurelink/domain-correlation": "^1.1",
    "@leisurelink/http-equiv-errors": "^0.1.5",
    "@leisurelink/svcutils": "~0.2.3",
    "bluebird": "^3.4.1",
    "debug": "^2.2.0",
    "foldero": "^0.1.1",
    "http-signature": "^1.1.1",
    "joi": "^9.0.4",
    "lodash": "^4.15.0",
    "node-cache": "^3.2.1"
  },
  "devDependencies": {
    "@leisurelink/mock-authentic-api": "^1.0.5",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015-node4": "^2.1.0",
    "chai": "^3.5.0",
    "eslint": "^3.3.0",
    "eslint-config-leisurelink": "^1.0.2",
    "eslint-watch": "^2.1.14",
    "finalhandler": "^0.5.0",
    "istanbul": "^0.4.4",
    "json-ptr": "^1.0.1",
    "jsonwebtoken": "^7.1.9",
    "mocha": "^3.0.2",
    "node-forge": "^0.6.42",
    "router": "^1.1.4",
    "shmock": "^0.8.1",
    "shortid": "^2.2.6"
  },
  "engines": {
    "node": ">=4"
  }
}
