{
  "name": "compoxure",
  "version": "4.8.7",
  "description": "Composition proxy middleware for Express, allows for composition of microservices using declarations and caching.",
  "main": "index.js",
  "scripts": {
    "start": "node example/index.js",
    "lint": "jshint .",
    "coveralls": "NODE_ENV=test mocha --exit --require blanket --reporter mocha-lcov-reporter test/unit/* test/acceptance/* | ./node_modules/coveralls/bin/coveralls.js",
    "test-no-cover": "mocha --exit",
    "test": "nyc --check-coverage --lines 85 mocha --exit",
    "precommit": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:tes/compoxure.git"
  },
  "keywords": [
    "composition",
    "proxy"
  ],
  "author": "TES Global",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tes/compoxure/issues"
  },
  "homepage": "https://github.com/tes/compoxure",
  "dependencies": {
    "accepts": "^1.1.0",
    "async": "^0.9.0",
    "body-parser": "^1.15.2",
    "connect-query": "^0.2.0",
    "cookie-parser": "^1.3.2",
    "device": "^0.3.9",
    "handlebars": "^4.7.7",
    "html-entities": "^1.1.1",
    "htmlparser2": "^3.9.2",
    "http-status-codes": "^1.0.2",
    "lodash": "^4.17.15",
    "morgan": "^1.2.1",
    "parxer": "^4.2.0",
    "reliable-get": "^5.0.10",
    "request": "^2.88.0",
    "serve-static": "^1.8.0",
    "uglify-js": "^2.6.0",
    "ware": "^1.2.0"
  },
  "devDependencies": {
    "blanket": "^1.1.6",
    "cheerio": "^0.22.0",
    "coveralls": "^3.0.4",
    "debug": "^4.1.0",
    "expect.js": "~0.3.1",
    "express": "^4.16.4",
    "husky": "^0.11.5",
    "jshint": "^2.5.6",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "0.0.1",
    "node-mocks-http": "^1.7.3",
    "node-uuid": "^1.4.1",
    "nyc": "^14.1.1"
  },
  "config": {
    "blanket": {
      "pattern": "src"
    }
  }
}
