{
  "name": "ft-next-barriers",
  "version": "2.6.8",
  "description": "Provides middleware and server-side logic for Barrier Implementation",
  "main": "src/index.js",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Financial-Times/next-barriers.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Financial-Times/next-barriers/issues"
  },
  "homepage": "https://github.com/Financial-Times/next-barriers",
  "devDependencies": {
    "chai": "^3.0.0",
    "express": "^4.13.0",
    "fetch-mock": "^1.5.2",
    "mocha": "^2.2.5",
    "mockery": "^1.4.0",
    "next-build-tools": "^4.2.2",
    "node-fetch": "^1.3.0",
    "npm-prepublish": "^1.2.0",
    "sinon": "^1.15.4",
    "supertest": "^1.0.1"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "express-errors-handler": "^1.2.5",
    "ft-next-express": "^12.0.0",
    "ft-next-splunk-logger": "^1.6.0",
    "isomorphic-fetch": "^2.1.0",
    "next-beacon-node-client": "https://github.com/Financial-Times/next-beacon-node-client/archive/v2.1.3.tar.gz"
  }
}
