{
  "name": "@leisurelink/units-manager",
  "version": "1.6.6",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "esw --quiet",
    "lw": "esw --quiet -w",
    "ci": "npm run coverage && npm run lint",
    "coverage": "istanbul cover node_modules/.bin/_mocha -- -R spec test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:LeisureLink/units-manager.git"
  },
  "dependencies": {
    "@leisurelink/http-equiv-errors": "^0.1.5",
    "@leisurelink/svcutils": "^0.2.3",
    "assert-plus": "^0.1.5",
    "async": "~1",
    "bluebird": "^2.9.34",
    "jsen": "git://github.com/bugventure/jsen.git",
    "foldero": "^0.1.1",
    "lodash": "^3.10.1",
    "moment": "2.10.2",
    "shortid": "2.2.2",
    "winston": "^1.1.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "eslint": "^1.10.3",
    "eslint-config-leisurelink": "^1.0.1",
    "eslint-watch": "^2.1.4",
    "istanbul": "^0.3.17",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.3.4",
    "mongojs": "0.18.2",
    "yargs": "3.7.1"
  }
}
