{
  "name": "@siweb/bh-web-service-form",
  "version": "1.0.0",
  "description": "Form class for NodeJS web service",
  "main": "AbstractForm.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-web-service-form.git"
  },
  "keywords": [
    "WEBSERVICE",
    "FORM",
    "VALIDATION"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "dependencies": {
    "angular-expressions": "^0.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.0"
  }
}
