RackHD/on-http

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "//": "Copyright 2017, Dell EMC, Inc.",
  "name": "on-http",
  "version": "2.60.7",
  "description": "OnRack Http Server",
  "main": "index.js",
  "scripts": {
    "doc": "./node_modules/.bin/jsdoc lib/api/1.1/northbound -r -d docs",
    "test": "./node_modules/.bin/mocha $(find spec -name '*-spec.js') -R spec --require spec/helper.js",
    "install": "./install-web-ui.sh && ./install-swagger-ui.sh",
    "apidoc": "node extra/swagger-doc.js",
    "taskdoc": "./install-task-doc.sh",
    "client": "./extra/make-client.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RackHD/on-http.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "acl": "~0.4.9",
    "body-parser": "^1.10.1",
    "consul": "^0.27.0",
    "cors": "^2.5.2",
    "debug": "~2.2.0",
    "di": "git+https://github.com/RackHD/di.js.git",
    "ejs": "^2.0.8",
    "es6-shim": "^0.22.2",
    "express": "^4.10.7",
    "express-urlrewrite": "~1.2.0",
    "fs-extra": "~0.30.0",
    "glob": "^4.3.2",
    "grpc": "~1.7.0",
    "http-proxy-middleware": "~0.11.0",
    "ip": "~1.1.2",
    "js-yaml": "^3.6.1",
    "jsonwebtoken": "^5.4.4",
    "lodash": "^3.10.1",
    "mktemp": "^0.4.0",
    "mockery": "^2.0.0",
    "moment": "^2.11.1",
    "mongodb": "^1.4.28",
    "multer": "~1.1.0",
    "node-cache": "^4.1.0",
    "node-ssdp": "~2.7.0",
    "on-core": "git+https://github.com/RackHD/on-core.git",
    "on-finished": "^2.2.0",
    "on-tasks": "git+https://github.com/RackHD/on-tasks.git",
    "os-tmpdir": "~1.0.1",
    "passport": "^0.3.2",
    "passport-anonymous": "~1.0.1",
    "passport-http": "~0.3.0",
    "passport-jwt": "~3.0.0",
    "passport-local": "^1.0.0",
    "pluralize": "~1.1.2",
    "restify-links": "~1.1.0",
    "rimraf": "~2.5.0",
    "swagger-express-mw": "^0.6.0",
    "swagger-tools": "~0.9.11",
    "tar": "~2.2.1",
    "tv4": "~1.2.7",
    "url-parse": "~1.1.1",
    "validator": "^5.2.0",
    "walk": "~2.3.9",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "apidoc": "^0.12.1",
    "bootprint": "^1.0.0",
    "bootprint-swagger": "~0.13.1",
    "chai": "^2.0.0",
    "chai-as-promised": "^4.2.0",
    "coveralls": "^2.11.4",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-istanbul": "^2.3.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-notify": "^0.4.1",
    "grunt-swagger-js-codegen": "^0.4.0",
    "grunt-yaml": "^0.4.1",
    "html-pdf": "~2.1.0",
    "istanbul": "^0.3.5",
    "jsdoc": "^3.3.0-alpha13",
    "jshint": "^2.5.11",
    "mocha": "^4.0.1",
    "mockery": "^2.0.0",
    "nock": "~3.5.0",
    "rewire": "^2.5.1",
    "sinon": "1.16.1",
    "sinon-as-promised": "^2.0.3",
    "sinon-chai": "^2.7.0",
    "supertest": "^1.2.0",
    "xunit-file": "0.0.6"
  },
  "apidoc": {
    "name": "RackHD API Documentation",
    "version": "1.1.0",
    "description": "RackHD API Documentation",
    "title": "RackHD API Documentation",
    "url": "http://servername:8080",
    "header": {
      "title": "About",
      "filename": "static/apidoc/header.md"
    },
    "footer": {
      "title": "Other Information",
      "filename": "static/apidoc/footer.md"
    }
  }
}