{
  "name": "@siweb/bh-report",
  "version": "1.0.1",
  "description": "Make a report from anything (csv, json, md)",
  "main": "bh-report.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-report.git"
  },
  "keywords": [
    "Report",
    "Csv",
    "Json",
    "Markdown",
    "Data",
    "Debug",
    "Analyse"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.1"
  }
}
