{
  "name": "@siweb/bhrick-test",
  "version": "2.0.9",
  "description": "Tests writing helpers for bhrick projects",
  "main": "bhrick-test.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:BHrick/BHrick-test.git"
  },
  "keywords": [
    "test",
    "bhrick",
    "mock"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {},
  "dependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.1.0",
    "q": "^1.5.1"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
