yoctore/yocto-utils

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-utils",
  "version": "2.2.0",
  "description": "Utility tools for : cryptography, date, media, object, strings",
  "scripts": {
    "test": "grunt test"
  },
  "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"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-utils.git"
  },
  "bugs": "https://github.com/yoctore/yocto-utils/issues",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "engines": {
    "node": ">=8.11.3"
  },
  "keywords": [
    "utility",
    "crypto",
    "encode",
    "decode",
    "util",
    "tool",
    "date",
    "string",
    "object"
  ],
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE-2.0.txt",
    "README.md"
  ],
  "dependencies": {
    "joi": "^13.4.0",
    "lodash": "^4.17.10",
    "map-obj": "^2.0.0",
    "moment": "^2.22.2",
    "yocto-logger": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "grunt": "^1.0.3",
    "grunt-contrib-uglify": "^3.0.0",
    "grunt-mocha-cli": "^4.0.0",
    "yocto-hint": "^2.0.10"
  }
}