{
  "name": "@leisurelink/domain-correlation",
  "version": "1.1.4",
  "scripts": {
    "test": "mocha",
    "lint": "esw --quiet",
    "ci": "npm run lint && npm run test"
  },
  "main": "lib/correlation.js",
  "dependencies": {
    "assert-plus": "^0.2.0",
    "dateformat": "^1.0.11",
    "@leisurelink/domain-context": "^1.0",
    "shortid": "^2.2.4"
  },
  "devDependencies": {
    "eslint": "^1.0",
    "eslint-watch": "^2.0",
    "lodash": "3.10.1"
  },
  "description": "- creates/sets a correlation id against a domain-context.",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeisureLink/domain-correlation.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LeisureLink/domain-correlation/issues"
  },
  "homepage": "https://github.com/LeisureLink/domain-correlation#readme"
}
