yoctore/yocto-render

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-render",
  "description": "A renderer utility tool for yocto core stack",
  "version": "2.0.0",
  "scripts": {
    "test": "grunt test"
  },
  "author": {
    "name": "ROBERT Mathieu",
    "email": "mathieu@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",
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-render.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-render/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.4"
  },
  "files": [
    "dist/index.js",
    "README.md",
    "LICENSE-2.0.txt",
    "CHANGELOG.md"
  ],
  "keywords": [
    "template",
    "render",
    "tool",
    "utility"
  ],
  "dependencies": {
    "crypto-js": "^3.1.9-1",
    "joi": "^13.1.2",
    "js-base64": "^2.1.9",
    "lodash": "^4.17.5",
    "moment": "^2.15.1",
    "uuid": "^3.2.1",
    "yocto-logger": "^3.0.0",
    "yocto-utils": "^2.0.0"
  },
  "devDependencies": {
    "express": "^4.14.0",
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-mocha-cli": "^4.0.0",
    "jade": "^1.11.0",
    "yocto-hint": "^2.0.10"
  }
}