{
  "name": "@siweb/web-service",
  "version": "4.0.0",
  "description": "web service framework",
  "main": "web.service.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/web_service.git"
  },
  "keywords": [
    "web",
    "service",
    "rest",
    "api"
  ],
  "author": "pc.pallin",
  "license": "ISC",
  "dependencies": {
    "bh-configuration": "^1.0.9",
    "bh-envwrapper": "^1.3.2",
    "bh-section": "^1.0.4",
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "express": "^4.14.0"
  }
}
