yoctore/yocto-config

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-config",
  "description": "A simple config manager for node app",
  "version": "3.0.1",
  "scripts": {
    "test": "grunt test"
  },
  "author": {
    "name": "Yocto SAS",
    "email": "technique@yocto.re",
    "url": "http://www.yocto.re"
  },
  "contributors": [],
  "maintainers": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-config.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-config/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.4"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-2.0.txt"
  ],
  "keywords": [
    "config",
    "express",
    "mongoose",
    "passport",
    "data",
    "tool",
    "schema"
  ],
  "dependencies": {
    "glob": "^7.1.1",
    "joi": "^13.1.2",
    "lodash": "^4.17.2",
    "q": "^1.4.1",
    "yocto-logger": "^3.0.0",
    "yocto-utils": "^1.2.8"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-mocha-cli": "^4.0.0",
    "yocto-doc": "^2.1.6",
    "yocto-hint": "^2.0.10"
  }
}