MitocGroup/deep-framework

View on GitHub
src/deep-validation/package.json

Summary

Maintainability
Test Coverage
{
  "name": "deep-validation",
  "version": "1.12.16",
  "description": "DEEP Validation Library",
  "keywords": [
    "digital enterprise end-to-end platform",
    "amazon web services",
    "platform-as-a-service",
    "deep",
    "aws",
    "paas",
    "cloud",
    "computing",
    "microservices",
    "architecture",
    "serverless",
    "abstracted",
    "core",
    "library",
    "validation",
    "form",
    "forms",
    "model",
    "models"
  ],
  "homepage": "https://github.com/MitocGroup/deep-framework",
  "bugs": {
    "url": "https://github.com/MitocGroup/deep-framework/issues"
  },
  "license": "MPL-2.0",
  "author": {
    "name": "Mitoc Group",
    "email": "hello@mitocgroup.com",
    "url": "http://www.mitocgroup.com"
  },
  "contributors": [
    {
      "name": "AlexanderC",
      "email": "alexanderc@mitocgroup.com"
    },
    {
      "name": "Marcel Goria",
      "email": "mgoria@mitocgroup.com"
    },
    {
      "name": "Stefan Hariton",
      "email": "shariton@mitocgroup.com"
    },
    {
      "name": "Vitali Cernomschi",
      "email": "vcernomschi@mitocgroup.com"
    }
  ],
  "main": "lib.compiled/bootstrap.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/MitocGroup/deep-framework.git"
  },
  "scripts": {
    "compile-travis": "bash ../../bin/compile-lib.sh .",
    "compile": "bash node-bin/compile.sh",
    "prepublish": "npm run compile"
  },
  "dependencies": {
    "deep-kernel": "^1.x.x",
    "deep-core": "^1.x.x",
    "joi": "^5.x.x",
    "vogels": "MitocGroup/vogels#v2.2.0"
  },
  "devDependencies": {},
  "preferGlobal": false,
  "analyze": true,
  "browser": {
    "vogels": false
  }
}