yoctore/yocto-core-stack

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-core-stack",
  "version": "3.0.2",
  "description": "Core package for Yoctopus tools.",
  "scripts": {},
  "author": {
    "name": "Yocto SAS",
    "email": "technique@yocto.re",
    "url": "http://www.yocto.re"
  },
  "contributors": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "maintainers": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "main": "dist/index.js",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-core-stack.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-core-stack/issues"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE-2.0.txt",
    "README.md"
  ],
  "keywords": [
    "express",
    "core",
    "stack",
    "tools"
  ],
  "dependencies": {
    "joi": "^13.1.2",
    "lodash": "^4.17.2",
    "portscanner": "^2.1.1",
    "q": "^1.4.1",
    "yocto-config": "^3.0.0",
    "yocto-express": "^3.0.1",
    "yocto-logger": "^3.0.0",
    "yocto-render": "^2.0.0",
    "yocto-router": "^2.0.0",
    "yocto-utils": "^2.0.0"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-mocha-cli": "^4.0.0",
    "yocto-hint": "^2.0.10"
  }
}