xouabita/mongorito-tcomb

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mongorito-tcomb",
  "version": "1.0.0",
  "description": "Bring schema validation to Mongorito thanks to tcomb",
  "main": "./lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "pretest": "npm run build",
    "prepublish": "npm run build",
    "test": "nyc ava",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xouabita/mongorito-tcomb.git"
  },
  "keywords": [
    "mongo",
    "mongodb",
    "tcomb",
    "DDD",
    "orm",
    "odm"
  ],
  "author": "xouabita",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xouabita/mongorito-tcomb/issues"
  },
  "homepage": "https://github.com/xouabita/mongorito-tcomb#readme",
  "babel": {
    "presets": [
      "es2015-node5",
      "stage-0"
    ],
    "env": {
      "development": {
        "sourceMaps": "inline"
      }
    }
  },
  "ava": {
    "babel": "inherit"
  },
  "dependencies": {
    "babel-preset-es2015-node5": "^1.2.0",
    "babel-preset-stage-0": "^6.5.0",
    "co": "^4.6.0",
    "colors": "^1.1.2",
    "get-value": "^2.0.3",
    "kerberos": "0.0.19",
    "mongorito": "^2.0.0",
    "tcomb": "^3.0.0",
    "tcomb-validation": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^0.13.0",
    "babel-cli": "^6.6.5",
    "coveralls": "^2.11.6",
    "nyc": "^6.1.1"
  }
}