yoctore/yocto-orika

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-orika",
  "description": "An utility tools to mange request to orika API ",
  "version": "2.0.0",
  "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"
    },
    {
      "name": "BALARD Cédric",
      "email": "cedric@yocto.re"
    }
  ],
  "maintainers": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    },
    {
      "name": "BALARD Cédric",
      "email": "cedric@yocto.re"
    }
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=4.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-orika.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-orika/issues"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-2.0.txt"
  ],
  "keywords": [
    "tool",
    "orika",
    "api",
    "sdk"
  ],
  "dependencies": {
    "joi": "^9.1.1",
    "lodash": "^4.16.4",
    "moment": "^2.15.1",
    "q": "^1.4.1",
    "request": "^2.75.0",
    "yocto-logger": "^1.1.6",
    "yocto-utils": "^1.2.8"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-mocha-cli": "^2.1.0",
    "mocha-cli": "^1.0.1",
    "nock": "^8.1.0",
    "yocto-hint": "^1.3.7"
  }
}